Condividi tramite


Proprietà MimeTypePropertyAttribute.MimeTypePropertyName

Ottiene il tipo MIME di MimeTypePropertyAttribute

Spazio dei nomi  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property MimeTypePropertyName As String
    Get
'Utilizzo
Dim instance As MimeTypePropertyAttribute
Dim value As String

value = instance.MimeTypePropertyName
public string MimeTypePropertyName { get; }
public:
property String^ MimeTypePropertyName {
    String^ get ();
}
member MimeTypePropertyName : string
function get MimeTypePropertyName () : String

Valore proprietà

Tipo: System.String
Stringa che contiene il tipo MIME dell'attributo proprietà.

Vedere anche

Riferimento

MimeTypePropertyAttribute Classe

Spazio dei nomi System.Data.Services.Client