Back to Devexpress

EnvironmentPolicy.SettingEnvironmentVariableRequestEventArgs.Value Property

corelibraries-devexpress-dot-data-dot-utils-dot-environmentpolicy-dot-settingenvironmentvariablerequesteventargs-f2c00346.md

latest1.3 KB
Original Source

EnvironmentPolicy.SettingEnvironmentVariableRequestEventArgs.Value Property

Gets or sets the value of the environment variable.

Namespace : DevExpress.Data.Utils

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public string Value { get; set; }
vb
Public Property Value As String

Property Value

TypeDescription
String

The value of the environment variable.

|

See Also

EnvironmentPolicy.SettingEnvironmentVariableRequestEventArgs Class

EnvironmentPolicy.SettingEnvironmentVariableRequestEventArgs Members

DevExpress.Data.Utils Namespace