NamespaceUri 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 this term.

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

Syntax

'Declaration
ReadOnly Property NamespaceUri As String
    Get
'Usage
Dim instance As IEdmTerm
Dim value As String

value = instance.NamespaceUri
string NamespaceUri { get; }
property String^ NamespaceUri {
    String^ get ();
}
abstract NamespaceUri : string
function get NamespaceUri () : String

Property Value

Type: System..::..String
The namespace of this term.

See Also

Reference

IEdmTerm Interface

Microsoft.Data.Edm Namespace