Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Specifies whether users and groups or only users can be selected.
Namespace: Microsoft.SharePoint.Client
Assembly: 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. |