IAssociationOperation.Destination Property
Gets the identity of the external item that is the destination of the association operation.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property Destination As EntityInstanceReference
Get
'Usage
Dim instance As IAssociationOperation
Dim value As EntityInstanceReference
value = instance.Destination
EntityInstanceReference Destination { get; }
Property Value
Type: Microsoft.BusinessData.Runtime.EntityInstanceReference
The identity of the external item that is the destination of the association operation.