StepResult.Nodes 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 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
An array of StepResult.Node objects that represent the nodes on which the RunStep stage of the diagnostic test should run.