MimeTypePropertyAttribute의 MIME 형식을 가져옵니다.
네임스페이스: System.Data.Services.Client
어셈블리: Microsoft.Data.Services.Client(Microsoft.Data.Services.Client.dll)
구문
‘선언
Public ReadOnly Property MimeTypePropertyName As String
Get
‘사용 방법
Dim instance As MimeTypePropertyAttribute
Dim value As String
value = instance.MimeTypePropertyName
public string MimeTypePropertyName { get; }
public:
property String^ MimeTypePropertyName {
String^ get ();
}
member MimeTypePropertyName : string
function get MimeTypePropertyName () : String
속성 값
유형: System.String
속성 특성의 MIME 형식을 포함하는 문자열입니다.