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