Indicates whether the current object is Locked either by the current user or another user.

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

Syntax

C#
public bool IsLocked { get; }
Visual Basic
Public ReadOnly Property IsLocked As Boolean
	Get
Visual C++
public:
virtual property bool IsLocked {
	bool get () sealed;
}

Implements

IDatabaseObjectLockable..::..IsLocked

See Also