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