MetaType::Type Property

 

Gets the underlying common language runtime (CLR) type.

Namespace:   System.Data.Linq.Mapping
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public:
property Type^ Type {
	virtual Type^ get() abstract;
}

Property Value

Type: System::Type^

The associated CLR type.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: