Прочитать на английском Изменить

Поделиться через


SqlDataSourceView.IStateManager.IsTrackingViewState Property

Definition

For a description of this member, see IsTrackingViewState.

bool System.Web.UI.IStateManager.IsTrackingViewState { get; }

Property Value

true, if the data source view is marked to save its state; otherwise, false.

Implements

Remarks

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

Applies to

See also