FieldMultiChoice.Choices property
Gets or sets a value that specifies values that are available for selection in the field.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property Choices As String()
Get
Set
'Usage
Dim instance As FieldMultiChoice
Dim value As String()
value = instance.Choices
instance.Choices = value
public string[] Choices { get; set; }
Property value
Type: []
Returns a String instance representing values that are available for selection in the field.
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.