ValueBooleanValue Class

Boolean value.

Definition

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 7.0.1
C#
public sealed class BooleanValue : Value<bool>
Inheritance
Object    Value    ValueBoolean    ValueBooleanValue

Constructors

ValueBooleanValueInitializes a new instance of the ValueBooleanValue class

Properties

IsNull Get null value instance.
(Inherited from Value)
Object
(Inherited from ValueT)
Type
(Inherited from ValueT)
value
(Inherited from ValueT)

Methods

See Also