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 choices that are used in the multichoice field.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property Choices As StringCollection
Get
'Usage
Dim instance As SPFieldMultiChoice
Dim value As StringCollection
value = instance.Choices
public StringCollection Choices { get; }
Property Value
Type: System.Collections.Specialized.StringCollection
A collection that represents the choices.
Remarks
Unlike other display text, choice values are not supported by the multilingual user interface (MUI). They always display in the default language of the web site.