<DefaultValueAttribute("vt320/19200")>
Public Property TerminalTypeSpeed As String
Dim instance As Rlogin
Dim value As String
instance.TerminalTypeSpeed = value
value = instance.TerminalTypeSpeed
[DefaultValue("vt320/19200")]
public string TerminalTypeSpeed {get; set;}
[DefaultValue("vt320/19200")]
public: __property string* get_TerminalTypeSpeed();
public: __property void set_TerminalTypeSpeed(
string* value
);
[DefaultValue("vt320/19200")]
public:
property String^ TerminalTypeSpeed {
String^ get();
void set ( String^ value);
}