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