IEdmSchemaElement.Namespace Property
Gets the namespace this schema element belongs to.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property Namespace As String
Get
'Usage
Dim instance As IEdmSchemaElement
Dim value As String
value = instance.Namespace
string Namespace { get; }
property String^ Namespace {
String^ get ();
}
abstract Namespace : string
function get Namespace () : String
Property Value
Type: System.String
The namespace this schema element belongs to.