wodSSHServer ActiveX Control - ExitDescription Property
ExitDescription
Property
Description
Holds text description of exit reason.
Property type
A String value.
Syntax
object.ExitDescription [= value]
The ExitDescription Property syntax has these parts:
Part
Description
object
An expression
evaluating to an object of type SSHUser.
value
A String value.
Remarks
This property holds text description of the exit reason provided
in ExitReason code. This property will be empty if client never sent
disconnect packet with exit reason code. You should check if
this information is available in
Disconnected
event.