Proprietà Operation.MimeType
Tipo MIME specificato sui risultati primitivi, che può essere Null.
Spazio dei nomi System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Sintassi
'Dichiarazione
Public Property MimeType As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String