Freigeben über


MimeTypePropertyAttribute.MimeTypePropertyName-Eigenschaft

Ruft den MIME-Typ vom MimeTypePropertyAttribute ab

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

Syntax

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

Eigenschaftswert

Typ: System.String
Eine Zeichenfolge mit dem Mime-Typ des Eigenschaftattributs.

Siehe auch

Verweis

MimeTypePropertyAttribute Klasse

System.Data.Services.Client-Namespace