SPBusinessDataField.EntityName property

Business data field identifier of the entity used to populate this field and the secondary fields.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property EntityName As String
    Get
    Set
'Usage
Dim instance As SPBusinessDataField
Dim value As String

value = instance.EntityName

instance.EntityName = value
public string EntityName { get; set; }

Property value

Type: System.String
A String representation of the entity name.

See also

Reference

SPBusinessDataField class

SPBusinessDataField members

Microsoft.SharePoint namespace