Entity.GetSourceAssociations Method
Gets the associations where this entity is the source entity in the relationship.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function GetSourceAssociations As NamedAssociationDictionary
'Usage
Dim instance As Entity
Dim returnValue As NamedAssociationDictionary
returnValue = instance.GetSourceAssociations()
public NamedAssociationDictionary GetSourceAssociations()
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.NamedAssociationDictionary
A list of Association objects.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace