次の方法で共有


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 、キュー間で一意である必要はありません。

適用対象