Skip to main content
All docs
V24.2

EnvironmentPolicy.SettingEnvironmentVariableRequestEventArgs.Target Property

Gets the location where an environment variable is stored.

Namespace: DevExpress.Data.Utils

Assembly: DevExpress.Data.v24.2.dll

Declaration

public EnvironmentVariableTarget? Target { get; }

Property Value

Type Description
Nullable<EnvironmentVariableTarget>

The location where an environment variable is stored.

See Also