6 references to QUEUE_PROPID_LABEL
System.Messaging (6)
System\Messaging\MessageQueue.cs (5)
744
Properties.SetNull(NativeMethods.
QUEUE_PROPID_LABEL
);
747
IntPtr handle = Properties.GetIntPtr(NativeMethods.
QUEUE_PROPID_LABEL
);
758
Properties.Remove(NativeMethods.
QUEUE_PROPID_LABEL
);
770
Properties.SetString(NativeMethods.
QUEUE_PROPID_LABEL
, Message.StringToBytes(value));
774
Properties.Remove(NativeMethods.
QUEUE_PROPID_LABEL
);
System\Messaging\MessageQueueCriteria.cs (1)
258
restrictions.AddString(NativeMethods.
QUEUE_PROPID_LABEL
, Restrictions.PREQ, this.label);