LinqDataSourceView.IStateManager.IsTrackingViewState Propriedade

Definição

Para obter uma descrição desse membro, consulte o propriedade IsTrackingViewState.For a description of this member, see the IsTrackingViewState property.

property bool System::Web::UI::IStateManager::IsTrackingViewState { bool get(); };
bool System.Web.UI.IStateManager.IsTrackingViewState { get; }
member this.System.Web.UI.IStateManager.IsTrackingViewState : bool
 ReadOnly Property IsTrackingViewState As Boolean Implements IStateManager.IsTrackingViewState

Valor da propriedade

Boolean

true se a exibição da fonte de dados estiver marcada para salvar seu estado; caso contrário, false .true if the data source view is marked to save its state; otherwise, false.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de LinqDataSourceView é convertida em uma interface de System.Web.UI.IStateManager.It can be used only when the LinqDataSourceView instance is cast to an System.Web.UI.IStateManager interface.

Aplica-se a

Confira também