Click or drag to resize
MemberInfoName Property
Gets the name of the current member.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public abstract string Name { get; }

Return Value

Type: String
A String containing the name of this member.
See Also