PowerTCP Telnet for .NET
Username Property (Proxy)




Syntax
<DefaultValueAttribute("")>
Public Property Username As String
Dim instance As Proxy
Dim value As String
 
instance.Username = value
 
value = instance.Username
[DefaultValue("")]
public string Username {get; set;}
[DefaultValue("")]
public: __property string* get_Username();
public: __property void set_Username( 
   string* value
);
[DefaultValue("")]
public:
property String^ Username {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

Proxy Class
Proxy Members


PowerTCP Telnet for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic