EntityReference.Namespace Property
Gets the namespace of the external content type.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Namespace As String
Get
'Usage
Dim instance As EntityReference
Dim value As String
value = instance.Namespace
public string Namespace { get; }
Property Value
Type: System.String
The namespace of the external content type.