UnboundAssociationReferenceError.TDAssociationEntityReferenceName Property
Gets the name of the Business Data Connectivity (BDC) service reference of the type descriptor association.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected ReadOnly Property TDAssociationEntityReferenceName As String
Get
'Usage
Dim value As String
value = Me.TDAssociationEntityReferenceName
protected string TDAssociationEntityReferenceName { get; }
Property Value
Type: System.String
The name of the BDC reference of the type descriptor association.
See Also
Reference
UnboundAssociationReferenceError Class