Gets the value of the specified environment variable.
C#
sValue = GetEnvironmentVariable (sName);
VB
sValue = GetEnvironmentVariable (sName)
Variable | Description |
---|---|
sValue | The value of the specified environment variable. String. |
sName | The name of the environment variable. String. |