ImageInstance.MIMEType 속성

정의

MIMEType 클래스의 Image 속성에 대한 계산된 값을 가져오거나 설정합니다.

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

속성 값

string 속성의 계산된 값을 나타내는 MIMEType 값입니다.

적용 대상