Proprietà ResourceProperty.MimeType
Ottiene o imposta il tipo MIME per la proprietà.
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 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)
Valore proprietà
Tipo: System.String
Valore di stringa che indica il tipo MIME.
Osservazioni
Il tipo MIME Null non è specificato.