MimeTypeAttribute.MemberName Property
Gets the name of the attribute.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public ReadOnly Property MemberName As String
Get
'Usage
Dim instance As MimeTypeAttribute
Dim value As String
value = instance.MemberName
public string MemberName { get; }
public:
property String^ MemberName {
String^ get ();
}
member MemberName : string
function get MemberName () : String
Property Value
Type: System.String
A string value that contains the name of the attribute.