<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@digitalpersona/services](./services.md) &gt; [VarBool](./services.varbool.md)

## VarBool class

A variant data holding a boolean value.

<b>Signature:</b>

```typescript
export declare class VarBool 
```

## Constructors

|  Constructor | Modifiers | Description |
|  --- | --- | --- |
|  [(constructor)(values)](./services.varbool.(constructor).md) |  | Constructs a new instance of the <code>VarBool</code> class |

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [type](./services.varbool.type.md) |  | <code></code> |  |
|  [values](./services.varbool.values.md) |  | <code>boolean[]</code> |  |

