Skip to main content
All docs
V25.1
  • EnvironmentPolicy.SetEnvironmentVariableEventArgs.Target Property

    Gets the location where an environment variable is stored.

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public EnvironmentVariableTarget? Target { get; }

    Property Value

    Type Description
    Nullable<EnvironmentVariableTarget>

    The location where an environment variable is stored.

    See Also