MimeTypePropertyAttribute.DataPropertyName Property

Gets the name of the MimeTypePropertyAttribute.

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

Property Value

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

See Also

Reference

MimeTypePropertyAttribute Class

System.Data.Services.Client Namespace