DefaultPropertiesToSend.Extension 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定與訊息關聯的其他資訊。
public:
property cli::array <System::Byte> ^ Extension { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
[System.Messaging.MessagingDescription("MsgExtension")]
public byte[] Extension { get; set; }
[<System.Messaging.MessagingDescription("MsgExtension")>]
member this.Extension : byte[] with get, set
Public Property Extension As Byte()
屬性值
Byte[]
提供與訊息關聯的額外的應用程式定義資訊的位元組陣列。 預設值是長度為零的陣列。
- 屬性
備註
屬性 Extension 會提供與訊息相關聯的其他應用程式定義資訊,例如大型二進位物件。 接收應用程式負責解譯 的內容 Extension。
可能的話,訊息數據應該包含在訊息本文中,而不是包含在延伸模組中。
使用外部佇列時,請使用 Extension 屬性來指定非消息佇列訊息屬性。
外部佇列存在於 Microsoft Message Queuing 以外的佇列系統中。 Microsoft Message Queuing 會透過連接器應用程式與這類佇列通訊。