Gets or sets the exit code. Only used for commands processed inside the event handler.
Namespace:
Rebex.Net.Servers
Assembly:
Rebex.FileServer (in Rebex.FileServer.dll)
Syntax
| Visual Basic |
|---|
Public Property ExitCode As Integer Get Set |
| C# |
|---|
public int ExitCode { get; set; } |