ContextDataSourceView::ContextType Property

.NET Framework (current version)
 

Gets the type of the data context.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

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

Property Value

Type: System::Type^

The type that is associated with the data context class that is specified in the ContextTypeName property.

.NET Framework
Available since 4.0
Return to top
Show: