Returns whether the current user has the object locked.

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

Syntax

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

Implements

IDatabaseObjectLockable..::..IsLockedByCurrentUser

See Also