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