Freigeben über


MimeTypePropertyAttribute.DataPropertyName-Eigenschaft

Ruft den Namen des MimeTypePropertyAttribute auf.

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public ReadOnly Property DataPropertyName As String
    Get
'Usage
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

Eigenschaftswert

Typ: System.String
Eine Zeichenfolge mit dem Namen des Eigenschaftsattributs.

Siehe auch

Verweis

MimeTypePropertyAttribute Klasse

System.Data.Services.Client-Namespace