IEdmDirectValueAnnotationBinding.NamespaceUri Property

Gets the namespace 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 IEdmDirectValueAnnotationBinding 
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 the annotation.

See Also

Reference

IEdmDirectValueAnnotationBinding Interface

Microsoft.Data.Edm.Annotations Namespace