Condividi tramite


Proprietà MimeTypePropertyAttribute.DataPropertyName

Ottiene il nome 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 DataPropertyName As String
    Get
'Utilizzo
Dim instance As MimeTypePropertyAttribute
Dim value As String

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

Valore proprietà

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

Vedere anche

Riferimento

MimeTypePropertyAttribute Classe

Spazio dei nomi System.Data.Services.Client