StepResults Property (IStepContext)
- Last UpdatedApr 08, 2026
- 1 minute read
The collection of results for all of the executed steps.
IList<IStepResult> StepResults {get;}
property IList<IStepResult^>^ StepResults {
IList<IStepResult^>^ get();
}