AutoFieldsGenerator.IsTrackingViewState Property

Definition

Gets a value that indicates whether view state changes are being tracked.

protected:
 property bool IsTrackingViewState { bool get(); };
protected bool IsTrackingViewState { get; }
member this.IsTrackingViewState : bool
Protected ReadOnly Property IsTrackingViewState As Boolean

Property Value

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

Applies to