lpLockOwner property

PWSTR get lpLockOwner

The name of the user who acquired the lock.

Implementation

PWSTR get lpLockOwner => .new(_lpLockOwner);
set lpLockOwner (PWSTR value)

Implementation

set lpLockOwner(PWSTR value) => _lpLockOwner = value;