FieldUserSelectionMode enumeration

Specifies whether users and groups or only users can be selected.

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

No code example is currently available or this language may not be supported.

Member nameDescription
PeopleOnlyEnumeration whose value specifies that only users can be selected. The value = 0.
PeopleAndGroupsEnumeration whose value specifies that users and groups can be selected. The value = 1.
Show: