Skip to main content
All docs
V24.2

EnvironmentPolicy.GotEnvironmentVariableEventArgs.Value Property

Gets or sets the value of the environment variable.

Namespace: DevExpress.Data.Utils

Assembly: DevExpress.Data.v24.2.dll

Declaration

public string Value { get; set; }

Property Value

Type Description
String

The value of the environment variable.

See Also