Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the value of this annotation.
Namespace: Microsoft.Data.Edm.Library.Annotations
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property Value As Object
Get
'Usage
Dim instance As EdmDirectValueAnnotationBinding
Dim value As Object
value = instance.Value
public Object Value { get; }
public:
virtual property Object^ Value {
Object^ get () sealed;
}
abstract Value : Object
override Value : Object
final function get Value () : Object
Property Value
Type: System.Object
The value of this annotation.
Implements
IEdmDirectValueAnnotationBinding.Value