IAssociation.IsBound Property
Gets whether this association has all external content type references available.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property IsBound As Boolean
Get
'Usage
Dim instance As IAssociation
Dim value As Boolean
value = instance.IsBound
bool IsBound { get; }
Property Value
Type: System.Boolean
true if the association has all external content type references available; otherwise, false.