StepResult.Node.Parameters 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 a list of StepResult.Parameter objects that represent the parameters and values that the diagnostic service should use when the diagnostic service runs the RunStep command on the node.
public System.Collections.Generic.List<Microsoft.Hpc.Diagnostics.Helpers.StepResult.Parameter> Parameters { get; set; }
member this.Parameters : System.Collections.Generic.List<Microsoft.Hpc.Diagnostics.Helpers.StepResult.Parameter> with get, set
Public Property Parameters As List(Of StepResult.Parameter)
Property Value
A List<T> object that represents a list of StepResult.Parameter objects that represent the parameters and values that the diagnostic service should use to run the RunStep command on the node.