Name Property (CustomPropertyInfo)
In This Topic
Gets the name of the current member.
Syntax
'Declaration
Public Overrides ReadOnly Property Name As String
public override string Name {get;}
Property Value
A
System.String containing the name of this member.
See Also