IEdmDirectValueAnnotationBinding.Value Property
Gets the value of this annotation.
Namespace: Microsoft.Data.Edm.Annotations
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property Value As Object
Get
'Usage
Dim instance As IEdmDirectValueAnnotationBinding
Dim value As Object
value = instance.Value
Object Value { get; }
property Object^ Value {
Object^ get ();
}
abstract Value : Object
function get Value () : Object
Property Value
Type: System.Object
The value of this annotation.