Compartir a través de


EntityProperty.BooleanValue Propiedad

Definición

Obtiene o establece el valor booleano de este objeto EntityProperty.

public bool? BooleanValue { get; set; }
member this.BooleanValue : Nullable<bool> with get, set
Public Property BooleanValue As Nullable(Of Boolean)

Valor de propiedad

Valor booleano de este objeto EntityProperty.

Comentarios

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

Se aplica a