NullableTypes Class Library

NullableBoolean.Value Property

Gets the NullableBoolean structure's value. This property is read-only.

[Visual Basic]
Public ReadOnly Property Value As Boolean
[C#]
public bool Value {get;}

Property Value

true if the NullableBoolean is True; otherwise false.

Exceptions

Exception TypeCondition
NullableNullValueException The property is set to null.

See Also

NullableBoolean Class | NullableTypes Namespace