PowerTCP Sockets for .NET
Password Property




Syntax
'Declaration
 
<DefaultValueAttribute("")>
Public Property Password As String
'Usage
 
Dim instance As Proxy
Dim value As String
 
instance.Password = value
 
value = instance.Password
[DefaultValue("")]
public string Password {get; set;}
[DefaultValue("")]
public: __property string* get_Password();
public: __property void set_Password( 
   string* value
);
[DefaultValue("")]
public:
property String^ Password {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

Proxy Class
Proxy Members


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