Operation.MimeType Property
MIME type specified on primitive results, possibly null.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Property MimeType As String
Get
Set
'Usage
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)
Property Value
Type: System.String