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