DataServiceStreamLink.ContentType 속성
이진 리소스 스트림의 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 값입니다.