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)
Available in Sandboxed Solutions: No

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