EntityEditor.ResolvedEntities Property
Gets an object that represents an array list of PickerEntity objects that are resolved by the EntityEditor control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property ResolvedEntities As ArrayList
Get
'Usage
Dim instance As EntityEditor
Dim value As ArrayList
value = instance.ResolvedEntities
public ArrayList ResolvedEntities { get; }
Property Value
Type: System.Collections.ArrayList
An array list of picker entity objects.