WebPartVerb::IsTrackingViewState Property

 

Gets a value that indicates whether view state is currently being tracked for a verb.

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

protected:
property bool IsTrackingViewState {
	virtual bool get();
}

Property Value

Type: System::Boolean

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

.NET Framework
Available since 2.0
Return to top
Show: