SPBusinessDataField.EntityNamespace property

Business data field identifier of the entity we are using to populate this field and the secondary fields.

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

Syntax

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

value = instance.EntityNamespace

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

Property value

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

See also

Reference

SPBusinessDataField class

SPBusinessDataField members

Microsoft.SharePoint namespace