PowerTCP Telnet for .NET
TerminalType Property




Syntax
<DefaultValueAttribute("tty")>
Public Property TerminalType As String
Dim instance As Telnet
Dim value As String
 
instance.TerminalType = value
 
value = instance.TerminalType
[DefaultValue("tty")]
public string TerminalType {get; set;}
[DefaultValue("tty")]
public: __property string* get_TerminalType();
public: __property void set_TerminalType( 
   string* value
);
[DefaultValue("tty")]
public:
property String^ TerminalType {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

Telnet Class
Telnet Members


PowerTCP Telnet for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic