共用方式為


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 不需要在多個佇列間唯一。

適用於