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.
public class EnvironmentVariable
type EnvironmentVariable = class
Public Class EnvironmentVariable
- Inheritance
-
EnvironmentVariable
- Derived
Constructors
| Name | Description |
|---|---|
| EnvironmentVariable(String, String, Boolean, Boolean) |
Represents an environment variable. |
Properties
| Name | Description |
|---|---|
| IsLocked |
Gets a value indicating whether the environment variable is locked. |
| IsSecret |
Gets a value indicating whether the environment variable is a secret. |
| Value |
Gets the value of the environment variable. |
| Variable |
Gets the name of the environment variable. |