Returns the user identifier that currently has the object locked. Throws an exception if the object is not locked by a user.

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

Syntax

C#
protected string LockedByUserID { get; }
Visual Basic
Protected ReadOnly Property LockedByUserID As String
	Get
Visual C++
protected:
virtual property String^ LockedByUserID {
	String^ get () sealed;
}

Implements

IDatabaseObjectLockable..::..LockedByUserID

See Also