StepResult.EnvironmentVariable Class
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.
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. |