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)
Available in Sandboxed Solutions: No

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

AdministrationDataSourceView Members

Microsoft.SharePoint.WebControls Namespace