SPFieldUserSelectionMode Enumeration

Specifies the selection mode for creating or editing column values.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableTypeAttribute(Name := "FieldUserSelectionMode", ServerTypeId := "{8A8096E8-E1D2-46f7-9851-6C47C5DA92BB}")> _
<SubsetCallableTypeAttribute> _
Public Enumeration SPFieldUserSelectionMode
'Usage
Dim instance As SPFieldUserSelectionMode
[ClientCallableTypeAttribute(Name = "FieldUserSelectionMode", ServerTypeId = "{8A8096E8-E1D2-46f7-9851-6C47C5DA92BB}")]
[SubsetCallableTypeAttribute]
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.

See Also

Reference

Microsoft.SharePoint Namespace