Entity.AssociationsWithEntityAsSource Property
Gets a collection of Associationobjects defined in the LobSystem object that have the entity as the source entity.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property AssociationsWithEntityAsSource As AssociationCollection
Get
'Usage
Dim instance As Entity
Dim value As AssociationCollection
value = instance.AssociationsWithEntityAsSource
public AssociationCollection AssociationsWithEntityAsSource { get; }
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.AssociationCollection
A collection of Association objects.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace