UpdateControllerProxyPassword Property |
Gets or sets the password used for authentication on the proxy server.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic string ProxyPassword { get; set; }
Public Property ProxyPassword As String
Get
Set
public:
property String^ ProxyPassword {
String^ get ();
void set (String^ value);
}
member ProxyPassword : string with get, set
Property Value
Type:
String
The password used for authentication on the proxy server.
Exceptions
Remarks
See Also