Namespace Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the namespace of the item.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public ReadOnly Property Namespace As String
    Get
'Usage
Dim instance As EdmTermName
Dim value As String

value = instance.Namespace
public string Namespace { get; }
public:
property String^ Namespace {
    String^ get ();
}
member Namespace : string
function get Namespace () : String

Property Value

Type: System..::..String
The namespace of the item.

See Also

Reference

EdmTermName Class

Microsoft.Data.Edm.Library Namespace