PowerTCP Emulation for .NET
TerminalType Property (Telnet)




Gets or sets the terminal type used for the Telnet TerminalType option.
Syntax
<DefaultValueAttribute()>
Public Property TerminalType As String
Dim instance As Telnet
Dim value As String
 
instance.TerminalType = value
 
value = instance.TerminalType
[DefaultValue()]
public string TerminalType {get; set;}
[DefaultValue()]
public: __property string* get_TerminalType();
public: __property void set_TerminalType( 
   string* value
);
[DefaultValue()]
public:
property String^ TerminalType {
   String^ get();
   void set (    String^ value);
}

Property Value

tty
See Also

Reference

Telnet Class
Telnet Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic