次の方法で共有


BrokeredMessageProperty.ContentType プロパティ

定義

コンテンツ タイプを取得または設定します。

public string ContentType { get; set; }
member this.ContentType : string with get, set
Public Property ContentType As String

プロパティ値

メッセージ本文のコンテンツの種類。 これは、アプリケーション固有のロジックに送信者と受信者によって使用されるコンテンツ タイプ識別子です。

例外

メッセージが破棄された状態の場合。

適用対象