EdmPropertyConstructor.Value Property

Gets or sets the expression for the value of the property.

Namespace:  Microsoft.Data.Edm.Library.Expressions
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public ReadOnly Property Value As IEdmExpression 
    Get
'Usage
Dim instance As EdmPropertyConstructor 
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

IEdmPropertyConstructor.Value

See Also

Reference

EdmPropertyConstructor Class

Microsoft.Data.Edm.Library.Expressions Namespace