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.
Loads the value of Text property from the specified private view state.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Sub LoadPrivateViewState ( _
state As Object _
)
'Usage
Dim state As Object
Me.LoadPrivateViewState(state)
protected override void LoadPrivateViewState(
Object state
)
Parameters
state
Type: System.ObjectThe private view state.