Share via


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 不需要在佇列中是唯一的。

適用於