Partilhar via


MimeTypePropertyAttribute.MimeTypePropertyName Property

Gets the Mime type of the MimeTypePropertyAttribute

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

Property Value

Type: System.String
A string that contains the Mime type of the property attribute.

See Also

Reference

MimeTypePropertyAttribute Class

System.Data.Services.Client Namespace