Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.