AssociationReferenceStruct._EntityName Property
Gets or sets the name of the external content type.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property _EntityName As String
Get
Set
'Usage
Dim instance As AssociationReferenceStruct
Dim value As String
value = instance._EntityName
instance._EntityName = value
public string _EntityName { get; set; }
Property Value
Type: System.String
The name of the external content type.
See Also
Reference
AssociationReferenceStruct Class