バイナリ リソース ストリームの MIME Content-Type を取得または設定します。
名前空間: System.Data.Services.Client
アセンブリ: Microsoft.Data.Services.Client (Microsoft.Data.Services.Client.dll)
構文
'宣言
Public Property ContentType As String
Get
Friend Set
'使用
Dim instance As DataServiceStreamLink
Dim value As String
value = instance.ContentType
public string ContentType { get; internal set; }
public:
property String^ ContentType {
String^ get ();
internal: void set (String^ value);
}
member ContentType : string with get, internal set
function get ContentType () : String
internal function set ContentType (value : String)
プロパティ値
型: System.String
ストリームの Content-Type 値。