FieldUser.SelectionMode - Propriété
Obtient une valeur qui spécifie les valeurs internes correspondant à la propriété choices.
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 SelectionMode As FieldUserSelectionMode
Get
Set
'Utilisation
Dim instance As FieldUser
Dim value As FieldUserSelectionMode
value = instance.SelectionMode
instance.SelectionMode = value
public FieldUserSelectionMode SelectionMode { get; set; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.FieldUserSelectionMode
Renvoie une instance de FieldUserSelectionMode qui représente si les utilisateurs et groupes ou seuls les utilisateurs peuvent être sélectionnés.