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 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