EdmValueAnnotation.Value Property
Gets or sets the expression producing the value of the annotation.
Namespace: Microsoft.Data.Edm.Library.Annotations
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property Value As IEdmExpression
Get
'Usage
Dim instance As EdmValueAnnotation
Dim value As IEdmExpression
value = instance.Value
public IEdmExpression Value { get; }
public:
virtual property IEdmExpression^ Value {
IEdmExpression^ get () sealed;
}
abstract Value : IEdmExpression
override Value : IEdmExpression
final function get Value () : IEdmExpression
Property Value
Type: Microsoft.Data.Edm.Expressions.IEdmExpression