Skip to main content
All docs
V24.2

EnvironmentPolicy.SetEnvironmentVariableEventArgs.ToString() Method

Returns a human-readable representation of the SetEnvironmentVariableEventArgs object.

Namespace: DevExpress.Data.Utils

Assembly: DevExpress.Data.v24.2.dll

Declaration

public override string ToString()

Returns

Type Description
String

The string representation of the SetEnvironmentVariableEventArgs object.

See Also