CompletelySuccessful property
- Last UpdatedJul 22, 2024
- 1 minute read
Indicates that all CommandResult objects in the collection are successful.
Class
ICommandResults
Syntax
[C#]
bool CompletelySuccessful { get; };
[Visual C++]
HRESULT CompletelySuccessful(
[out, retval] VARIANT_BOOL* completelySuccessful
);
Parameters
completelySuccessful
Indicates that all CommandResult objects in the collection are successful.