StepResult.FailedNodes Property

Definition

Retrieves or sets the list of failed nodes for a diagnostic test run.

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

Property Value

A List<T> object that contains a list of StepResult.Node objects that represent the nodes for which the diagnostic test failed.

Applies to