Share via


LobSystem.Entities Property

Gets the entities contained by the specified LobSystem object.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public ReadOnly Property Entities As EntityCollection
    Get
'Usage
Dim instance As LobSystem
Dim value As EntityCollection

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

Property Value

Type: Microsoft.Office.Server.ApplicationRegistry.Administration.EntityCollection
A collection of entities.

See Also

Reference

LobSystem Class

LobSystem Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace