Discuss this help topic in SecureBlackbox Forum
Specifies if the lock is active.
Declaration
[VB.NET]
Property Unlocked As Boolean
[Pascal]
property Unlocked : boolean;
[C++]
bool get_Unlocked();
[PHP]
bool get_Unlocked()
[Java]
boolean getUnlocked();
Description
If this property value is
True, the corresponding resource is unlocked.
Discuss this help topic in SecureBlackbox Forum