AssociationStruct.SourceEntityNamespaces property
Sets or gets the list of source external content type namespaces.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property SourceEntityNamespaces As String()
Get
Set
'Usage
Dim instance As AssociationStruct
Dim value As String()
value = instance.SourceEntityNamespaces
instance.SourceEntityNamespaces = value
public string[] SourceEntityNamespaces { get; set; }
Property value
Type: []
The list of source eternal content type namespaces.