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.
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