build property

int build

Build.

throws BiosealException An error has occurred during Bioseal Library execution.

Implementation

int get build => _handle.ref.Build;
void build=(int value)

Implementation

set build(int value) => _handle.ref.Build = value;