EnvironmentPolicy.ExpandedEnvironmentVariablesEventArgs.Name Property
Gets a string that contains names of zero or more environment variables.
Namespace: DevExpress.Data.Utils
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
String | A string that contains names of zero or more environment variables. Each environment variable is quoted with the percent sign character (%). |
See Also