Skip to main content
All docs
V25.2
  • EnvironmentPolicy.SettingEnvironmentVariableRequestEventArgs.ToString() Method

    Returns a human-readable representation of the SettingEnvironmentVariableRequestEventArgs object.

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.v25.2.dll

    Declaration

    public override string ToString()

    Returns

    Type Description
    String

    The string representation of the SettingEnvironmentVariableRequestEventArgs object.

    See Also