MessageQueueInstaller.Label 属性

定义

获取或设置队列说明。

public:
 property System::String ^ Label { System::String ^ get(); void set(System::String ^ value); };
public string Label { get; set; }
member this.Label : string with get, set
Public Property Label As String

属性值

描述消息队列的标签。 默认值为空字符串("")。

例外

Labelnull

注解

属性 Label 不需要在队列中是唯一的。

适用于