Compartir a través de


EntityProperty.DoubleValue Propiedad

Definición

Obtiene o establece el valor doble de este objeto EntityProperty.

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

Valor de propiedad

Valor doble de este objeto EntityProperty.

Comentarios

Se produce una excepción si esta propiedad se establece en un valor distinto de doble.

Se aplica a