Share via


SPMobileMultiChoiceField.Value Property

Gets a delimited string that holds all the currently selected options 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 SPMobileMultiChoiceField
Dim value As Object

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

Property Value

Type: System.Object
A Object; specifically, a String representing options that are delimited with ";#".

Remarks

If the user has selected an additional option, or deselected one, and has not yet saved; then the value of the Value property is not the same as the actual current value of the SPFieldMultiChoice object that the SPMobileMultiChoiceField control renders. The ItemFieldValue property returns the actual current value.

See Also

Reference

SPMobileMultiChoiceField Class

SPMobileMultiChoiceField Members

Microsoft.SharePoint.MobileControls Namespace