Operation.MimeType 屬性
針對基本結果指定的 MIME 類型,可能是 null。
命名空間: System.Data.Services.Providers
組件: Microsoft.Data.Services (在 Microsoft.Data.Services.dll 中)
語法
'宣告
Public Property MimeType As String
Get
Set
'用途
Dim instance As Operation
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)