IDataClass.Namespace Property
Gets the namespace of the given data class.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property Namespace As String
Get
'Usage
Dim instance As IDataClass
Dim value As String
value = instance.Namespace
string Namespace { get; }
Property Value
Type: System.String
Returns String.
The namespace of the given data class.