MsmqIntegrationMessageProperty.BodyType 屬性

定義

取得或設定訊息本文包含的資料類型。

public:
 property Nullable<int> BodyType { Nullable<int> get(); void set(Nullable<int> value); };
public int? BodyType { get; set; }
member this.BodyType : Nullable<int> with get, set
Public Property BodyType As Nullable(Of Integer)

屬性值

訊息本文包含的資料類型。

備註

訊息佇列 (MSMQ) 會將本文內容辨識為物件或已序列化的資料流。 本文類型會指出訊息本文內的物件型別。

適用於