CheckoutStatus property
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the check out status of the object.
Class
IInstance
Syntax
[C#]
ECheckoutStatus CheckoutStatus { get; };
[Visual C++]
// Get the check-out status of the object.
HRESULT CheckoutStatus(
[out, retval] enum ECheckoutStatus* theCheckoutStatus
);