AdministrationDataSourceView.SaveViewState method
Saves the state of the AdministrationDataSourceView object.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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