Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the external content type reference that contains the association referred to by this EntityReference.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property EntityReference As EntityReference
Get
'Usage
Dim instance As AssociationGroupAssociationReference
Dim value As EntityReference
value = instance.EntityReference
public override EntityReference EntityReference { get; }
Property Value
Type: Microsoft.SharePoint.BusinessData.Administration.EntityReference
The external content type reference that contains the association referred to by this EntityReference.
See Also
Reference
AssociationGroupAssociationReference Class