minor property

int minor

Release.

throws DocumentException An error has occurred during Document Library execution.

Implementation

int get minor => _handle.ref.Minor;
void minor=(int value)

Implementation

set minor(int value) => _handle.ref.Minor = value;