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