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