Edit

Share via


StepResult.Node.Parameters Property

Definition

Retrieves or sets a list of StepResult.Parameter objects that represent the parameters and values that the diagnostic service should use when the diagnostic service runs the RunStep command on the node.

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 represents a list of StepResult.Parameter objects that represent the parameters and values that the diagnostic service should use to run the RunStep command on the node.

Applies to