AdministrationDataSourceView.SaveViewState Method
Saves the state of the AdministrationDataSourceView object.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function SaveViewState As Object
'Usage
Dim instance As AdministrationDataSourceView
Dim returnValue As Object
returnValue = instance.SaveViewState()
public Object SaveViewState()
Return Value
Type: System.Object
An object array representing the state of the AdministrationDataSourceView object.
Implements
See Also
Reference
AdministrationDataSourceView Class