IsLocked Property
Summary
Gets a value indicating whether the LEADTOOLS PACS Framework is locked.
Syntax
public bool IsLocked { get; }
Public ReadOnly Property IsLocked As Boolean
public:
property bool IsLocked {
bool get();
}
Property Value
true
if the framework is locked, otherwise it is
false
.