Share via


AdministrationDataSourceView.ViewState property

Gets an object representing the current state of the AdministrationDataSourceView object.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected ReadOnly Property ViewState As StateBag
    Get
'Usage
Dim value As StateBag

value = Me.ViewState
protected StateBag ViewState { get; }

Property value

Type: System.Web.UI.StateBag
A System.Web.UI.Statebag object representing the state of the AdministrationDataSourceView object.

See also

Reference

AdministrationDataSourceView class

AdministrationDataSourceView members

Microsoft.SharePoint.WebControls namespace