Back to Devexpress

EnvironmentPolicy.ExitingProcessEventArgs.ExitCode Property

corelibraries-devexpress-dot-data-dot-utils-dot-environmentpolicy-dot-exitingprocesseventargs-8d011545.md

latest1.4 KB
Original Source

EnvironmentPolicy.ExitingProcessEventArgs.ExitCode Property

Gets or sets the exit code of the process.

Namespace : DevExpress.Data.Utils

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public int? ExitCode { get; set; }
vb
Public Property ExitCode As Integer?

Property Value

TypeDescription
Nullable<Int32>

The exit code of the process.

|

Remarks

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

See Also

EnvironmentPolicy.ExitingProcessEventArgs Class

EnvironmentPolicy.ExitingProcessEventArgs Members

DevExpress.Data.Utils Namespace