Skip to main content
All docs
V24.2

SettingEnvironmentVariableRequestEventArgs(String, String, Nullable<EnvironmentVariableTarget>) Constructor

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

Namespace: DevExpress.Data.Utils

Assembly: DevExpress.Data.v24.2.dll

Declaration

public SettingEnvironmentVariableRequestEventArgs(
    string name,
    string value,
    EnvironmentVariableTarget? target
)

Parameters

Name Type Description
name String

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

value String

The value of the environment variable. This value is assigned to the Value property.

target Nullable<EnvironmentVariableTarget>

This value is assigned to the Target property.

See Also