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;
A string representing the member name.
DefaultMemberAttribute Class | DefaultMemberAttribute Members | System.Reflection Namespace