Returns whether the current user has the object locked.
Namespace: DatabaseObjectsAssembly: 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; } |