EntityEditor.Entities Property

Gets an ordered array of all the entities in the display.

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

Syntax

'Declaration
Public ReadOnly Property Entities As ArrayList
    Get
'Usage
Dim instance As EntityEditor
Dim value As ArrayList

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

Property Value

Type: System.Collections.ArrayList
An ordered array of entities in the display.

See Also

Reference

EntityEditor Class

EntityEditor Members

Microsoft.SharePoint.WebControls Namespace