CatalogItem.MimeType 속성

정의

리소스의 MIME 형식을 가져옵니다.

public:
 property System::String ^ MimeType { System::String ^ get(); void set(System::String ^ value); };
public string MimeType { get; set; }
member this.MimeType : string with get, set
Public Property MimeType As String

속성 값

리소스의 MIME 형식을 포함하는 String입니다.

설명

속성은 MimeType 리소스에 대해서만 제공됩니다.

적용 대상