PeopleEditor.AccountType Enumeration
Specifies the account type for a user, distribution list, security group and SharePoint group.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Enumeration AccountType
'Usage
Dim instance As PeopleEditor.AccountType
public enum AccountType
Members
Member name | Description | |
---|---|---|
User | A user account type. | |
DL | A distribution list account type. | |
SecGroup | A security group account type. | |
SPGroup | A SharePoint group account type. |