Discuss this help topic in SecureBlackbox Forum
Specifies lock's owner.
Declaration
[VB.NET]
Property Owner As String
[Pascal]
property Owner : string;
[C++]
void get_Owner(std::string &OutResult);
[Java]
String getOwner();
Description
Use this property to get the owner of the lock.
Discuss this help topic in SecureBlackbox Forum