This topic has not yet been rated - Rate this topic

MemberDescriptor.Name Property

Gets the name of the member.

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

Property Value

The name of the member.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework

See Also

MemberDescriptor Class | MemberDescriptor Members | System.ComponentModel Namespace | Category | Description | IsBrowsable

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.