共用方式為


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)

屬性值

型別:System.String

請參閱

參考

Operation 類別

System.Data.Services.Providers 命名空間