FieldUserSelectionMode Enumeration
Specifies whether users and groups or only users can be selected.
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
Public Enumeration FieldUserSelectionMode
'Usage
Dim instance As FieldUserSelectionMode
public enum FieldUserSelectionMode
Members
Member name | Description | |
---|---|---|
PeopleOnly | Enumeration whose value specifies that only users can be selected. The value = 0. | |
PeopleAndGroups | Enumeration whose value specifies that users and groups can be selected. The value = 1. |