AssociationStruct.SourceEntityNamespaces Property
Sets or get s the list of source external content type namespaces.
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.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 external content type namespaces.
See Also
Reference
Microsoft.SharePoint.BusinessData.Administration.Client Namespace