取得或設定屬性的 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 類型的字串值。
備註
不指定 null 的 MIME 類型。