Association.GetDestination Method
Gets the destination entity in an association.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function GetDestination As Entity
'Usage
Dim instance As Association
Dim returnValue As Entity
returnValue = instance.GetDestination()
public Entity GetDestination()
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.Entity
An Entity object.
Remarks
An Association can have only one destination.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace