SPMobileChoiceField.ChoiceOptionTexts Property
Gets the possible values of the field as collection of strings.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property ChoiceOptionTexts As StringCollection
Get
'Usage
Dim value As StringCollection
value = Me.ChoiceOptionTexts
protected virtual StringCollection ChoiceOptionTexts { get; }
Property Value
Type: System.Collections.Specialized.StringCollection
The possible values of the choice field.
Remarks
Choices that are truncated because they exceed the rendering limit are also included.