Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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