WebPartVerb::IStateManager::IsTrackingViewState Property
.NET Framework (current version)
Implements the IStateManager::IsTrackingViewState property by calling the WebPartVerb class's own IsTrackingViewState property.
Assembly: System.Web (in System.Web.dll)
private: property bool IsTrackingViewState { virtual bool get() sealed = IStateManager::IsTrackingViewState::get; }
Property Value
Type: System::Booleantrue if view state is being tracked for a verb; otherwise, false.
Implements
IStateManager::IsTrackingViewStateThis member is an explicit interface member implementation. It can be used only when the WebPartVerb instance is cast to an IStateManager interface. The method simply calls the IsTrackingViewState property on the WebPartVerb class.
.NET Framework
Available since 2.0
Available since 2.0
Show: