AutoFieldsGenerator.IsTrackingViewState 속성

정의

뷰 상태를 추적하는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

뷰 상태가 추적되고 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상