StepResult.FailedNodes 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 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.