SPMobileMultiChoiceField.ChoiceOptionTexts Property
Gets the possible values of the field as strings.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property ChoiceOptionTexts As StringCollection
Get
'Usage
Dim value As StringCollection
value = Me.ChoiceOptionTexts
protected override StringCollection ChoiceOptionTexts { get; }
Property Value
Type: System.Collections.Specialized.StringCollection
The possible values of the field.
See Also
Reference
SPMobileMultiChoiceField Class