WebPartVerb.IStateManager.IsTrackingViewState Property

 

Implements the IStateManager.IsTrackingViewState property by calling the WebPartVerb class's own IsTrackingViewState property.

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

Private ReadOnly Property IsTrackingViewState As Boolean Implements IStateManager.IsTrackingViewState

Property Value

Type: System.Boolean

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

This 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
Return to top
Show: