AutoFieldsGenerator::IStateManager::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)

private:
property bool IsTrackingViewState {
	virtual bool get() sealed = IStateManager::IsTrackingViewState::get;
}

Property Value

Type: System::Boolean

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

This member is an explicit interface member implementation. It can be used only when the AutoFieldsGenerator instance is cast to an IStateManager interface.

.NET Framework
Available since 4.5
Return to top
Show: