Skip to main content
All docs
V24.2

EnvironmentPolicy.ExpandingEnvironmentVariablesRequestEventArgs.Name Property

Gets the environment variable name.

Namespace: DevExpress.Data.Utils

Assembly: DevExpress.Data.v24.2.dll

Declaration

public string Name { get; }

Property Value

Type Description
String

The environment variable name.

See Also