Skip to main content
All docs
V25.1
  • SettingEnvironmentVariableRequestEventArgs(String, String, Nullable<EnvironmentVariableTarget>) Constructor

    Initializes a new instance of the EnvironmentPolicy.SettingEnvironmentVariableRequestEventArgs class with specified settings.

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public SettingEnvironmentVariableRequestEventArgs(
        string name,
        string value,
        EnvironmentVariableTarget? target
    )

    Parameters

    Name Type Description
    name String

    The variable name. This value is assigned to the Name property.

    value String

    The value of the environment variable. This value is assigned to the Value property.

    target Nullable<EnvironmentVariableTarget>

    This value is assigned to the Target property.

    See Also