StateManagedCollection.IStateManager.IsTrackingViewState Property

Definition

Gets a value indicating whether the StateManagedCollection collection is saving changes to its view state.

property bool System::Web::UI::IStateManager::IsTrackingViewState { bool get(); };
bool System.Web.UI.IStateManager.IsTrackingViewState { get; }
member this.System.Web.UI.IStateManager.IsTrackingViewState : bool
 ReadOnly Property IsTrackingViewState As Boolean Implements IStateManager.IsTrackingViewState

Property Value

true if the collection is marked to save its own state and the state of all the IStateManager items it contains; otherwise, false.

Implements

Remarks

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

Applies to

See also