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