Entity.Namespace property
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Namespace As String
Get
'Usage
Dim instance As Entity
Dim value As String
value = instance.Namespace
public string Namespace { get; }
Property value
Type: System.String