Gets the exit code of the receiving channel when the connection was closed.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Property FinalExitCode As Nullable(Of Integer)
	Get
	Private Set
C#
public Nullable<int> FinalExitCode { get; private set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also