IAssociatedIdSetEnumerator.Association Property
Gets the association that describes the relationship between the External Items.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property Association As IAssociation
Get
'Usage
Dim instance As IAssociatedIdSetEnumerator
Dim value As IAssociation
value = instance.Association
IAssociation Association { get; }
Property Value
Type: Microsoft.BusinessData.MetadataModel.IAssociation
The association between External Items.
See Also
Reference
IAssociatedIdSetEnumerator Interface