Gets/Sets Telnet debug flag.
Namespace: Jscape.TelnetAssembly: Jscape.Telnet (in Jscape.Telnet.dll) Version: 2.6.1.0
Syntax
C# |
---|
public bool Debug { get; set; } |
Visual Basic |
---|
Public Property Debug As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool Debug {
bool get ();
void set (bool value);
} |
See Also