[Missing <summary> documentation for "P:DatabaseObjects.IDatabaseObjectLockable.IsLocked"]

Namespace: DatabaseObjects
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
bool IsLocked { get; }
Visual Basic
ReadOnly Property IsLocked As Boolean
	Get
Visual C++
property bool IsLocked {
	bool get ();
}

See Also