Dart.Emulation Namespace > Rlogin Class : TerminalTypeSpeed Property |
<DefaultValueAttribute()> Public Property TerminalTypeSpeed As String
Dim instance As Rlogin Dim value As String instance.TerminalTypeSpeed = value value = instance.TerminalTypeSpeed
[DefaultValue()] public string TerminalTypeSpeed {get; set;}
[DefaultValue()] public: __property string* get_TerminalTypeSpeed(); public: __property void set_TerminalTypeSpeed( string* value );
[DefaultValue()] public: property String^ TerminalTypeSpeed { String^ get(); void set ( String^ value); }
The Rlogin protocol dictates that client terminal type and terminal speed is sent to the remote host during login. Set this property before logging in.
The format for this string is [terminal type]/[terminal speed]. For example, "vt320/19200".