Skip to main content
All docs
V25.1
  • EnvironmentPolicy.GotEnvironmentVariableEventArgs Constructors

    Contains data for the GotVariable event.
    Name Parameters Description
    GotEnvironmentVariableEventArgs(String, IDictionary, Nullable<EnvironmentVariableTarget>) variableName, values, target Initializes a new instance of the EnvironmentPolicy.GotEnvironmentVariableEventArgs class with specified settings.
    GotEnvironmentVariableEventArgs(String, String, Nullable<EnvironmentVariableTarget>) name, value, target Initializes a new instance of the EnvironmentPolicy.GotEnvironmentVariableEventArgs class with specified settings.
    See Also