MsmqIntegrationMessageProperty.BodyType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定訊息本文包含的資料類型。
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) 會將本文內容辨識為物件或已序列化的資料流。 本文類型會指出訊息本文內的物件型別。