A string containing the name of the member reflected by the current instance.
Only the simple name of the member is returned, not the fully qualified name.
To get the MemberInfo.Name property, get the class Type. From the Type, get the System.Reflection.MemberInfo array. From a MemberInfo element of the array, obtain the Name property.