Parameter.IStateManager.IsTrackingViewState Propriedade

Definição

Obtém um valor que indica se o objeto Parameter está salvando alterações no estado de exibição.Gets a value indicating whether the Parameter object is saving changes to its view state.

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

Aplica-se a

Confira também