Namespace:  Endeca.Web.Internal
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
bool IStateManager.IsTrackingViewState { get; }
Visual Basic (Declaration)
Private ReadOnly Property IsTrackingViewState As Boolean
	Implements IStateManager.IsTrackingViewState
Visual C++
private:
virtual property bool IsTrackingViewState {
	bool get () sealed = IStateManager::IsTrackingViewState::get;
}

Implements

IStateManager..::.IsTrackingViewState

See Also