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 の種類を示す文字列値。
説明
MIME の種類として null は指定されません。