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 the definition of this value.
Namespace: Microsoft.Data.Edm.Library.Values
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property Value As Double
Get
'Usage
Dim instance As EdmFloatingConstant
Dim value As Double
value = instance.Value
public double Value { get; }
public:
virtual property double Value {
double get () sealed;
}
abstract Value : float
override Value : float
final function get Value () : double
Property Value
Type: System.Double
The definition of this value.