StepResult.Environment Property

Definition

Retrieves or sets the set of environment variables that a diagnostic test should use set for the RunStep stage of the test.

public System.Collections.Generic.List<Microsoft.Hpc.Diagnostics.Helpers.StepResult.EnvironmentVariable> Environment { get; set; }
member this.Environment : System.Collections.Generic.List<Microsoft.Hpc.Diagnostics.Helpers.StepResult.EnvironmentVariable> with get, set
Public Property Environment As List(Of StepResult.EnvironmentVariable)

Property Value

A List<T> object that contains a list of StepResult.EnvironmentVariable objects that represent the environment variables that the diagnostic test should set for the RunStep stage of the test.

Applies to