ExpandedEnvironmentVariablesEventArgs(String, String) Constructor
Initializes a new instance of the EnvironmentPolicy.ExpandedEnvironmentVariablesEventArgs class with specified settings.
Namespace: DevExpress.Data.Utils
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A string that contains names of zero or more environment variables. This value is assigned to the Name property. |
value | String | The resulting string. This value is assigned to the Value property. |
See Also