SPMobileBaseChoiceField.Value Property

Gets the currently selected value in the UI.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Value As Object
    Get
'Usage
Dim instance As SPMobileBaseChoiceField
Dim value As Object

value = instance.Value
public override Object Value { get; }

Property Value

Type: System.Object
A Object that represents the value that is currently selected in the UI.

Remarks

Because the user might not have saved the list item since making the selection, this property does not necessarily represent the value of the field that is being rendered, nor the value of the field in the content database.

See Also

Reference

SPMobileBaseChoiceField Class

SPMobileBaseChoiceField Members

Microsoft.SharePoint.MobileControls Namespace