Edit

Share via


TestResult.StepResults Property

Definition

Retrieves or sets the list of StepResult objects that the TestResult object contains.

public System.Collections.Generic.List<Microsoft.Hpc.Diagnostics.Helpers.StepResult> StepResults { get; }
member this.StepResults : System.Collections.Generic.List<Microsoft.Hpc.Diagnostics.Helpers.StepResult>
Public ReadOnly Property StepResults As List(Of StepResult)

Property Value

A List<T> that contains the list of StepResult objects that the TestResult object contains.

Applies to