Share via


Association.IAssociationReference.Entity property

Gets a reference to the external content type that contains the association.

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

Syntax

'Declaration
Private ReadOnly Property Entity As IEntityReference
    Implements IAssociationReference.Entity
    Get
'Usage
Dim instance As Association
Dim value As IEntityReference

value = CType(instance, IAssociationReference).Entity
IEntityReference IAssociationReference.Entity { get; }

Property value

Type: Microsoft.BusinessData.MetadataModel.IEntityReference
A reference to the external content type that contains the association.

Implements

IAssociationReference.Entity

See also

Reference

Association class

Association members

Microsoft.SharePoint.BusinessData.Administration namespace