PowerTCP Telnet for .NET CF
Password Property
See Also  Send comments on this topic.
Dart.Common Namespace > Proxy Class : Password Property




Gets or sets a value which specifies the proxy password to use.

Syntax

Visual Basic (Declaration) 
Public Property Password As String
Visual Basic (Usage)Copy Code
Dim instance As Proxy
Dim value As String
 
instance.Password = value
 
value = instance.Password
C# 
public string Password {get; set;}
Managed Extensions for C++ 
public: __property string* get_Password();
public: __property void set_Password( 
   string* value
);
C++/CLI 
public:
property String^ Password {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value representing the password used to access the proxy.

Remarks

The password to use for authentication on some proxies. Also see Username.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.