Skip to main content
All docs
V25.1
  • EnvironmentPolicy.ExitingProcessEventArgs.ExitCode Property

    Gets or sets the exit code of the process.

    Namespace: DevExpress.Data.Utils

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    #Declaration

    public int? ExitCode { get; set; }

    #Property Value

    Type Description
    Nullable<Int32>

    The exit code of the process.

    #Remarks

    Read the following topic for additional information and an example: ExitingProcess.

    See Also