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

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

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

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

    Parameters

    Name Type Description
    name String

    A string that contains names of zero or more environment variables. 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>

    The location where an environment variable is stored. This value is assigned to the Target property.

    See Also