ResourceProperty.MimeType Propiedad
Obtiene o establece el tipo MIME de la propiedad.
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 ResourceProperty
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
Valor de cadena que indica el tipo MIME.
Comentarios
No se especifica el tipo MIME NULL.