build property

int build

Build.

throws DocumentException An error has occurred during Document Library execution.

Implementation

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

Implementation

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