EnvironmentVariables Object (IEnvironmentVariables Interface)
This object represents a collection of environment variables.
Properties
| Name | Type | Description |
|---|---|---|
| Count | Integer, read-only | Stores the number of the elements in the collection. |
| Element | EnvironmentVariable, read-only | Provides access to a single element of the collection. |
Methods
| Name | Description |
|---|---|
| AddNew | Adds a new environment variable to the collection. |
| Delete | Removes the element from the collection. |
| DeleteAll | Removes all the elements from the collection. |
| Find | Searches for a variable in the collection by its name. |
| Item | Provides access to a single element of the collection. |
Related objects

See also
8/15/2023 1:19:30 PM