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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.