Compartir a través de


Operation.MimeType Propiedad

Tipo MIME especificado en los resultados primitivos, posiblemente NULL.

Espacio de nombres:  System.Data.Services.Providers
Ensamblado:  Microsoft.Data.Services (en Microsoft.Data.Services.dll)

Sintaxis

'Declaración
Public Property MimeType As String
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String

Vea también

Referencia

Operation Clase

Espacio de nombres System.Data.Services.Providers