DataServiceStreamResponse.ContentType プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
応答ストリームのコンテンツ タイプを取得します。
public:
property System::String ^ ContentType { System::String ^ get(); };
public string ContentType { get; }
member this.ContentType : string
Public ReadOnly Property ContentType As String
プロパティ値
応答ストリームのコンテンツ タイプ。
注釈
ヘッダーが Content-Type 応答に存在しない場合、 プロパティは を ContentDisposition 返します null。