Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.