Returns whether the object is locked by the current user. Specifically, the user that was specified
in the constructor.
Namespace: DatabaseObjectsAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
C# |
---|
public bool this[ IDatabaseObjects objCollection, IDatabaseObject objObject ] { get; } |
Visual Basic |
---|
Public ReadOnly Property IsLockedByCurrentUser ( _ objCollection As IDatabaseObjects, _ objObject As IDatabaseObject _ ) As Boolean Get |
Visual C++ |
---|
public: property bool IsLockedByCurrentUser[IDatabaseObjects^ objCollection, IDatabaseObject^ objObject] { bool get (IDatabaseObjects^ objCollection, IDatabaseObject^ objObject); } |
Parameters
- objCollection
- Type: DatabaseObjects..::..IDatabaseObjects
- objObject
- Type: DatabaseObjects..::..IDatabaseObject