Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace