NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MessageQueueCriteria.Label

Specifies the label that that will be used as the criteria to search queues in the network.

[Visual Basic]
Overridable Public Property Label As String
[C#]
public string Label {virtual get; virtual set;}
[C++]
public: __property virtual String* get_Label();
public: __property virtual void set_Label(String*);
[JScript]
public function get Label() : String;
public function set Label(String);

See Also

MessageQueueCriteria Class | MessageQueueCriteria Members | System.Messaging Namespace