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

    Gets a string that contains names of zero or more environment variables.

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public string Name { get; }

    Property Value

    Type Description
    String

    A string that contains names of zero or more environment variables. Each environment variable is quoted with the percent sign character (%).

    See Also