다음을 통해 공유


ODataStreamReferenceValue.ContentType 속성

콘텐츠 미디어 유형을 가져오거나 설정합니다.

네임스페이스:  Microsoft.Data.OData
어셈블리:  Microsoft.Data.OData(Microsoft.Data.OData.dll)

구문

‘선언
Public Property ContentType As String
    Get
    Set
‘사용 방법
Dim instance As ODataStreamReferenceValue
Dim value As String

value = instance.ContentType

instance.ContentType = value
public string ContentType { get; set; }
public:
property String^ ContentType {
    String^ get ();
    void set (String^ value);
}
member ContentType : string with get, set
function get ContentType () : String
function set ContentType (value : String)

속성 값

유형: System.String
콘텐츠 미디어 유형입니다.

참고 항목

참조

ODataStreamReferenceValue 클래스

Microsoft.Data.OData 네임스페이스