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