PeopleEditor.SelectionSet property

Sets or retrieves the account types that are associated with the control.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property SelectionSet As String
    Get
    Set
'Usage
Dim instance As PeopleEditor
Dim value As String

value = instance.SelectionSet

instance.SelectionSet = value
public string SelectionSet { get; set; }

Property value

Type: System.String
A string that represents the account types as a comma-delimited list; for example, "User,DL,SecGroup".

See also

Reference

PeopleEditor class

PeopleEditor members

Microsoft.SharePoint.WebControls namespace