AutoFieldsGenerator::IsTrackingViewState Property

.NET Framework (current version)
 

Gets a value that indicates whether view state changes are being tracked.

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

protected:
property bool IsTrackingViewState {
	bool get();
}

Property Value

Type: System::Boolean

true if view state is being tracked; otherwise, false.

.NET Framework
Available since 4.5
Return to top
Show: