Dart.Emulation Namespace > Telnet Class : TerminalType Property |
<DefaultValueAttribute()> Public Property TerminalType As String
Dim instance As Telnet Dim value As String instance.TerminalType = value value = instance.TerminalType
[DefaultValue()] public string TerminalType {get; set;}
[DefaultValue()] public: __property string* get_TerminalType(); public: __property void set_TerminalType( string* value );
[DefaultValue()] public: property String^ TerminalType { String^ get(); void set ( String^ value); }