Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |