StepResult.Parameters Property

Definition

Retrieves or sets the list of parameters that the diagnostic test should include in the RunStep command for all of the nodes in the diagnostic test.

public System.Collections.Generic.List<Microsoft.Hpc.Diagnostics.Helpers.StepResult.Parameter> Parameters { get; set; }
member this.Parameters : System.Collections.Generic.List<Microsoft.Hpc.Diagnostics.Helpers.StepResult.Parameter> with get, set
Public Property Parameters As List(Of StepResult.Parameter)

Property Value

A List<T> object that contains a list of StepResult.Parameter objects that represent the parameters that the diagnostic test should include in the RunStep command.

Applies to