다음을 통해 공유


ResourceProperty.MimeType 속성

속성의 MIME 형식을 가져오거나 설정합니다.

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

구문

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

value = instance.MimeType

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

속성 값

유형: System.String
MIME 형식을 나타내는 문자열 값입니다.

주의

null MIME 형식은 지정되지 않습니다.

참고 항목

참조

ResourceProperty 클래스

System.Data.Services.Providers 네임스페이스