EnvironmentVariable Class

Definition

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.

Applies to