EntityReference.Namespace Property
Gets the namespace of the external content type.
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.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.
See Also
Reference
Microsoft.SharePoint.BusinessData.Administration.Client Namespace