Back to product page

ExitDescription property


Holds text description of exit reason.

Type

A String value.

Syntax

  • Basic
object.ExitDescription [= value]  
The ExitDescription(object,value) syntax has these parts:
objectAn expression evaluating to an object of type SSHUser.
valueA 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

Platforms

Windows