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
); |
Property Value
tty
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also