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