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