StepResult.Result Property

Definition

Retrieves or sets the result of the diagnostic test run for the node that the NodeName property specifies, or for the entire diagnostic test run if NodeName is Summary.

public Microsoft.Hpc.Diagnostics.Helpers.StepResult.ResultCode Result { get; set; }
member this.Result : Microsoft.Hpc.Diagnostics.Helpers.StepResult.ResultCode with get, set
Public Property Result As StepResult.ResultCode

Property Value

A StepResult.ResultCode value that specifies the result of the diagnostic test run.

Applies to