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 URI of this term.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property NamespaceUri As String
Get
'Usage
Dim instance As EdmValueTerm
Dim value As String
value = instance.NamespaceUri
public string NamespaceUri { get; }
public:
virtual property String^ NamespaceUri {
String^ get () sealed;
}
abstract NamespaceUri : string
override NamespaceUri : string
final function get NamespaceUri () : String
Property Value
Type: System..::..String
The namespace URI of this term.