次の方法で共有


MimeTypeAttribute.MimeType プロパティ

要求の MIME の種類を取得します。

名前空間:  System.Data.Services
アセンブリ:  Microsoft.Data.Services (Microsoft.Data.Services.dll)

構文

'宣言
Public ReadOnly Property MimeType As String
    Get
'使用
Dim instance As MimeTypeAttribute
Dim value As String

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

プロパティ値

型: System.String
MIME の種類を表す文字列。

関連項目

参照

MimeTypeAttribute クラス

System.Data.Services 名前空間