FieldUser.SelectionMode property

Gets or sets a value that specifies whether users and groups or only users can be selected.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property SelectionMode As FieldUserSelectionMode
    Get
    Set
'Usage
Dim instance As FieldUser
Dim value As FieldUserSelectionMode

value = instance.SelectionMode

instance.SelectionMode = value
public FieldUserSelectionMode SelectionMode { get; set; }

Property value

Type: Microsoft.SharePoint.Client.FieldUserSelectionMode
Returns a FieldUserSelectionMode instance representing whether users and groups or only users can be selected.

See also

Reference

FieldUser class

FieldUser members

Microsoft.SharePoint.Client namespace