CheckedOutBy property
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the name of the user who has checked out this object.
Class
IgObject
Syntax
[C#]
string checkedOutBy { get; };
[Visual C++]
HRESULT CheckedOutBy(
[out, retval] BSTR* CheckedOutByUserName
);
Parameters
CheckedOutByUserName
The user’s name.