PeopleEditor.Accounts Property

Retrieves the accounts associated with the PeopleEditor object as an ArrayList collection object.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property Accounts As ArrayList
    Get
'Usage
Dim instance As PeopleEditor
Dim value As ArrayList

value = instance.Accounts
public ArrayList Accounts { get; }

Property Value

Type: System.Collections.ArrayList
An ArrayList object that represents the collection of accounts.

See Also

Reference

PeopleEditor Class

PeopleEditor Members

Microsoft.SharePoint.WebControls Namespace