DefaultPropertiesToSend.Label 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定描述訊息的應用程式定義字串。
public:
property System::String ^ Label { System::String ^ get(); void set(System::String ^ value); };
[System.Messaging.MessagingDescription("MsgLabel")]
public string Label { get; set; }
[<System.Messaging.MessagingDescription("MsgLabel")>]
member this.Label : string with get, set
Public Property Label As String
屬性值
訊息的標記。 預設為空字串 ("")。
- 屬性
備註
例如,訊息標籤可用於顯示用途,或根據標籤值選擇性地處理訊息。 郵件標籤的最大長度為 249 Unicode 字元。 標籤不需要在訊息之間是唯一的。
消息佇列和訊息標籤代表應用程式定義的值,可協助以人類可讀的詞彙識別佇列或訊息。 應用程式負責解譯標籤內容;它們對消息佇列應用程式沒有內建意義。