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