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!

MessageQueueInstaller.Label

Specifies a description of the queue.

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

See Also

MessageQueueInstaller Class | MessageQueueInstaller Members | System.Messaging Namespace