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
); |
Property Value
A string value representing the password used to access the proxy.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also