IEdmPropertyConstructor.Value Property
Gets the expression for the value of the property.
Namespace: Microsoft.Data.Edm.Expressions
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property Value As IEdmExpression
Get
'Usage
Dim instance As IEdmPropertyConstructor
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 for the value of the property.