Gets the ID of the user who has the file checked out.
Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property LockedByUserID As System.Integer |
C# | |
---|
System.int LockedByUserID {get;} |
C++/CLI | |
---|
property System.int LockedByUserID {
System.int get();
} |
Property Value
ID of user who has file checked out; 1 if the file is not checked out
See Also