C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Reflection
MemberInfo Class
MemberInfo Properties
Name Property
MemberInfo
Name Property
Gets the name of the current member.
Namespace:
System.Reflection
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
abstract
string
Name
{
get
; }
Return Value
Type:
String
A
String
containing the name of this member.
See Also
Reference
MemberInfo Class
System.Reflection Namespace