MessageQueueCriteria.Label 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用來在網路上篩選佇列的標記。
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
屬性值
佇列的標記。
例外狀況
在讀取之前,應用程式沒有設定 Label 屬性。
備註
消息佇列的標籤是佇列的應用程式定義描述。 對消息佇列沒有任何內建意義。
如果您在網路上搜尋佇列時,只依卷標進行篩選,您可以使用 專為此目的設計的 方法 GetPublicQueuesByLabel。 如果您要搜尋包含標籤的多個準則,請將此屬性 Label 設定為 ,並將 參數傳遞至 GetPublicQueues。