IDynamicDataSource::ContextType Property

 

Gets the type of the DataContext class.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

property Type^ ContextType {
	Type^ get();
	void set(Type^ value);
}

Property Value

Type: System::Type^

The type associated with the class.

.NET Framework
Available since 3.5
Return to top
Show: