FieldMultiChoice.Choices - Propriété
Gets or sets a value that specifies values that are available for selection in the field.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Property Choices As String()
Get
Set
'Utilisation
Dim instance As FieldMultiChoice
Dim value As String()
value = instance.Choices
instance.Choices = value
public string[] Choices { get; set; }
Valeur de propriété
Type : []
Returns a String instance representing values that are available for selection in the field.
Remarques
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.