SetEnvironmentVariableEventArgs(String, String, Nullable<EnvironmentVariableTarget>) Constructor
Initializes a new instance of the EnvironmentPolicy.SetEnvironmentVariableEventArgs class with specified settings.
Namespace: DevExpress.Data.Utils
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
public SetEnvironmentVariableEventArgs(
string name,
string value,
EnvironmentVariableTarget? target
)
Parameters
Name | Type |
---|---|
name | String |
value | String |
target | Nullable<EnvironmentVariableTarget> |
See Also