Share via


EntityProperty.DoubleValue Property

Definition

Gets or sets the double value of this EntityProperty object.

public double? DoubleValue { get; set; }
member this.DoubleValue : Nullable<double> with get, set
Public Property DoubleValue As Nullable(Of Double)

Property Value

The double value of this EntityProperty object.

Remarks

An exception is thrown if this property is set to a value other than a double value.

Applies to