AutoGeneratedFieldProperties::IStateManager::IsTrackingViewState Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets a value indicating whether the AutoGeneratedFieldProperties object is tracking its view-state changes.

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 to indicate that the AutoGeneratedFieldProperties object is tracking its view-state changes; otherwise, false.

The IStateManager::IsTrackingViewState property is used to determine whether the AutoGeneratedFieldProperties object is tracking its view-state changes.

System_CAPS_noteNote

This property is used primarily by control developers.

.NET Framework
Available since 2.0
Return to top
Show: