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.