SPFieldUserSelectionMode enumeration
Specifies the selection mode for creating or editing column values.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPFieldUserSelectionMode
'Usage
Dim instance As SPFieldUserSelectionMode
public enum SPFieldUserSelectionMode
Members
Member name | Description | |
---|---|---|
PeopleOnly | Specifies that only inidividual users can be selected. | |
PeopleAndGroups | Specifies that both individuals and groups can be selected. |