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

    Gets the environment variable name.

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public string Name { get; }

    Property Value

    Type Description
    String

    The environment variable name.

    See Also