TechTalk Genome v4.2

NullableBoolean.Value Property

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

public bool Value {get;}

Property Value

true if the NullableBoolean is True; otherwise false.

Exceptions

Exception TypeCondition
NullableNullValueException The property is set to null.

Requirements

Namespace: TechTalk.Genome.NullableTypes

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableBoolean Class | TechTalk.Genome.NullableTypes Namespace