TestResult.StepResults Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.