Share via


IEdmDirectValueAnnotation.NamespaceUri Property

Gets the namespace Uri of the annotation.

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

Syntax

'Declaration
ReadOnly Property NamespaceUri As String 
    Get
'Usage
Dim instance As IEdmDirectValueAnnotation 
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 Uri of the annotation.

See Also

Reference

IEdmDirectValueAnnotation Interface

Microsoft.Data.Edm.Annotations Namespace