Sets or retrieves the account types that are associated with the control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
Public Property SelectionSet As String
Dim instance As PeopleEditor
Dim value As String
value = instance.SelectionSet
instance.SelectionSet = value
public string SelectionSet { get; set; }
Property Value
A string that represents the account types as a comma-delimited list; for example, "User,DL,SecGroup".