BdcDataSource.AssociationName Property

Gets or sets the name of the association for which to return the associated entity.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property AssociationName As String
    Get
    Set
'Usage
Dim instance As BdcDataSource
Dim value As String

value = instance.AssociationName

instance.AssociationName = value
public string AssociationName { get; set; }

Property Value

Type: System.String
A String object.

Remarks

This property is ignored unless the Mode property is set to AssociationList.

See Also

Reference

BdcDataSource Class

BdcDataSource Members

Microsoft.SharePoint.WebControls Namespace