Gets or sets the terminal type and speed.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property TerminalTypeSpeed As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Rlogin
Dim value As String
instance.TerminalTypeSpeed = value
value = instance.TerminalTypeSpeed |
| C# | |
|---|
public string TerminalTypeSpeed {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property string* get_TerminalTypeSpeed();
public: __property void set_TerminalTypeSpeed(
string* value
); |
Property Value
A string representing the terminal type and speed. Defaults to "vt320/19200".
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also