NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DefaultMemberAttribute.MemberName

Gets the name from the attribute.

There is no set accessor because the name must be provided to the constructor. The name is not optional.

[Visual Basic]
Overridable Public ReadOnly Property MemberName As String
[C#]
public string MemberName {virtual get;}
[C++]
public: __property virtual String* get_MemberName();
[JScript]
public function get MemberName() : String;

Property Value

A string representing the member name.

See Also

DefaultMemberAttribute Class | DefaultMemberAttribute Members | System.Reflection Namespace