vt property

VARENUM get vt

The variant type.

Implementation

VARENUM get vt => .new(_vt);
set vt (VARENUM value)

Implementation

set vt(VARENUM value) => _vt = value;