EdmDirectValueAnnotation.NamespaceUri Property

Gets the namespace Uri of the annotation.

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

Syntax

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

Implements

IEdmDirectValueAnnotation.NamespaceUri

See Also

Reference

EdmDirectValueAnnotation Class

Microsoft.Data.Edm.Library.Annotations Namespace