Association.DestinationEntityReference property

Gets a reference to the destination external content type.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property DestinationEntityReference As EntityReference
    Get
'Usage
Dim instance As Association
Dim value As EntityReference

value = instance.DestinationEntityReference
public EntityReference DestinationEntityReference { get; }

Property value

Type: Microsoft.SharePoint.BusinessData.Administration.EntityReference
A reference to the destination external content type.

See also

Reference

Association class

Association members

Microsoft.SharePoint.BusinessData.Administration namespace