StepResult.Nodes Property

Definition

Retrieves or sets the list of nodes on which the RunStep stage of a diagnostic test should run.

public Microsoft.Hpc.Diagnostics.Helpers.StepResult.Node[] Nodes { get; set; }
member this.Nodes : Microsoft.Hpc.Diagnostics.Helpers.StepResult.Node[] with get, set
Public Property Nodes As StepResult.Node()

Property Value

Node[]

An array of StepResult.Node objects that represent the nodes on which the RunStep stage of the diagnostic test should run.

Applies to