SPMobileLabel.SavePrivateViewState Method

Saves the value of the Text() property in the private view state.

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overrides Function SavePrivateViewState As Object
'Usage
Dim returnValue As Object

returnValue = Me.SavePrivateViewState()
protected override Object SavePrivateViewState()

Return Value

Type: System.Object
The Object object that represents the value of the Text() property.

Remarks

This override saves the value of the Text() property in the private view state.

See Also

Reference

SPMobileLabel Class

SPMobileLabel Members

Microsoft.SharePoint.MobileControls Namespace