Share via


PeoplePickerDialog.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 PeoplePickerDialog
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

PeoplePickerDialog class

PeoplePickerDialog members

Microsoft.SharePoint.WebControls namespace