DependencyObjectType::SystemType Property

 

Gets the common language runtime (CLR) system type represented by this DependencyObjectType.

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

public:
property Type^ SystemType {
	Type^ get();
}

Property Value

Type: System::Type^

The CLR system type represented by this DependencyObjectType.

.NET Framework
Available since 3.0
Return to top
Show: