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