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 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 EdmPropertyValueBinding
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
Implements
IEdmPropertyValueBinding.Value