Edit

Share via


StepResult.NodeName Property

Definition

Retrieves or sets the name of the node for which the StepResult object contains the results of a diagnostic test run.

public string NodeName { get; set; }
member this.NodeName : string with get, set
Public Property NodeName As String

Property Value

A String object that contains the name of the node for which the StepResult object contains the results of a diagnostic test run. The string can also have a value of Summary, which indicates that the StepResult object contains a summary of the results for all of the nodes on which the diagnostic test ran.

Applies to