DependencyObjectType::Name Property

 

Gets the name of the represented common language runtime (CLR) system type.

Namespace:   System.Windows
Assembly:  WindowsBase (in WindowsBase.dll)

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

Property Value

Type: System::String^

The name of the represented CLR system type.

The value of Name is the same string as the name of the type name of the Type.

.NET Framework
Available since 3.0
Return to top
Show: