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

    Contains data for the GettingVariable 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.
    See Also