PowerTCP Emulation for .NET CF
TerminalType Property
See Also  Send comments on this topic.
Dart.Emulation Namespace > Telnet Class : TerminalType Property




Gets or sets the terminal type used for the Telnet TerminalType option.

Syntax

Visual Basic (Declaration) 
Public Property TerminalType As String
Visual Basic (Usage)Copy Code
Dim instance As Telnet
Dim value As String
 
instance.TerminalType = value
 
value = instance.TerminalType
C# 
public string TerminalType {get; set;}
Managed Extensions for C++ 
public: __property string* get_TerminalType();
public: __property void set_TerminalType( 
   string* value
);
C++/CLI 
public:
property String^ TerminalType {
   String^ get();
   void set (    String^ value);
}

Property Value

tty

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.