Edit

Share via


StepResult.EnvironmentVariable Class

Definition

Represents an environment variable that a diagnostic test should set for the RunStep stage of the test.

public class StepResult.EnvironmentVariable
type StepResult.EnvironmentVariable = class
Public Class StepResult.EnvironmentVariable
Inheritance
StepResult.EnvironmentVariable

Constructors

StepResult.EnvironmentVariable()

Initializes a new instance of the StepResult.EnvironmentVariable class without specifying the name or value of the environment variable that the diagnostic test should set.

StepResult.EnvironmentVariable(String, String)

Initializes a new instance of the StepResult.EnvironmentVariable class for an environment variable with the specified name and value.

Properties

Name

Retrieves or sets the name of the environment variable that the diagnostic test should set for the RunStep stage.

Value

Retrieves or sets the value that the diagnostic test should set for the environment variable for the RunStep stage.

Applies to