EnvironmentPolicy.GotEnvironmentVariableEventArgs Properties
Contains data for the GotVariable event.| Name | Description |
|---|---|
| Name | Gets the environment variable name. |
| Target | Gets the location where an environment variable is stored. |
| Value | Gets or sets the value of the environment variable. |
| Values | Gets environment variable names and their values. |
See Also