Skip to main content
All docs
V25.1
  • EnvironmentPolicy.SettingEnvironmentVariableRequestEventArgs Properties

    Contains data for the SettingVariable event.
    Name Description
    Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
    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.
    See Also