ValidationStatus property
- Last UpdatedJul 23, 2024
- 1 minute read
The validation status of this object based on the last time the object was validated and saved.
Class
IgObject
Syntax
[C#]
EPACKAGESTATUS ValidationStatus { get; };
[Visual C++]
HRESULT ValidationStatus(
// The validation status of the object.
[out, retval] enum EPACKAGESTATUS* theValidationStatus
);
Parameters
theValidationStatus
The validation status of the object.