AdministrationDataSourceView.IsTrackingViewState property
Gets a value that indicates if the AdministrationDataSourceView is configured to maintain state.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property IsTrackingViewState As Boolean
Get
'Usage
Dim instance As AdministrationDataSourceView
Dim value As Boolean
value = instance.IsTrackingViewState
public bool IsTrackingViewState { get; }
Property value
Type: System.Boolean
true if the state will be maintained; otherwise, false.
Implements
IStateManager.IsTrackingViewState
See also
Reference
AdministrationDataSourceView class