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