MsmqIntegrationMessageProperty.Extension 属性

定义

获取或设置与消息关联的、应用程序定义的附加信息。

public:
 property cli::array <System::Byte> ^ Extension { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public byte[] Extension { get; set; }
member this.Extension : byte[] with get, set
Public Property Extension As Byte()

属性值

Byte[]

包含与消息关联、应用程序定义的附加信息的字节数组。

注解

提供与消息关联的应用程序定义的信息,例如大型二进制对象。

适用于