Warnings property
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the list of warnings generated the last time the object was validated and saved.
Class
IInstance
Syntax
[C#]
string[] Warnings { get; };
[Visual C++]
// The list of warnings that got generated the last time the object was validated and saved.
HRESULT Warnings(
// The list of warnings that were generated the
// last time the object was validated and saved.
[out, retval] SAFEARRAY(BSTR)* theWarnings
);