Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TypeDelegator::Name Property

 

Gets the name of the implemented type, with the path removed.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

public:
property String^ Name {
	virtual String^ get() override;
}

Property Value

Type: System::String^

A String containing the type's non-qualified name.

A string containing the name of the current TypeDelegator. Only the simple name, not the fully qualified name, is returned. To get the name and the path, use FullName.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show:
© 2017 Microsoft