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 a collection of associations defined in the LobSystem object that have the entity as the destination entity.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property AssociationsWithEntityAsDestination As AssociationCollection
Get
'Usage
Dim instance As Entity
Dim value As AssociationCollection
value = instance.AssociationsWithEntityAsDestination
public AssociationCollection AssociationsWithEntityAsDestination { get; }
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.AssociationCollection
A collection of associations.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace