Skip to main content
All docs
V25.1
  • ExpandingEnvironmentVariablesRequestEventArgs(String) Constructor

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

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public ExpandingEnvironmentVariablesRequestEventArgs(
        string name
    )

    Parameters

    Name Type Description
    name String

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

    See Also