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 命名空间