Returns the user identifier that currently has the object locked. Throws an 
 exception if the object is not locked by a user.
 
        
        Namespace: DatabaseObjectsAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
 Syntax
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; } | 
 
     
     
     
     
    