AssociationGroupStruct.AssociationEntityNames property
Gets or sets the collection of association names of the external content types.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property AssociationEntityNames As String()
Get
Set
'Usage
Dim instance As AssociationGroupStruct
Dim value As String()
value = instance.AssociationEntityNames
instance.AssociationEntityNames = value
public string[] AssociationEntityNames { get; set; }
Property value
Type: []
The collection of association names of the external content types.