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

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