Errors property
- Last UpdatedJul 23, 2024
- 1 minute read
Retrieves the list of errors generated when the object was last validated and saved.
Class
IgObject
Syntax
[C#]
string[] Errors { get; };
[Visual C++]
HRESULT Errors(
[out, retval] SAFEARRAY(BSTR)* theErrors
);
Parameters
theErrors
The list of errors.