WellKnownResources.EnvironmentVariables Field
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.
A key representing process-wide environment variables
(GetEnvironmentVariable(String) /
SetEnvironmentVariable(String, String)). Use this coarse key
for variables whose blast radius you cannot bound, such as PATH, which is inherited by
child processes.
public const string EnvironmentVariables;
val mutable EnvironmentVariables : string
Public Const EnvironmentVariables As String