The InternetProxyPassword property specifies the password used when you connect to a proxy server that requires authentication.
object.InternetProxyPassword(value)
Applies To
SQL Server Compact 3.5 RDA object
Data Type
String
Modifiable
Read/write
Prototype
HRESULT get_InternetProxyPassword(BSTR *pVal);
HRESULT put_InternetProxyPassword(BSTR newVal);
Generic Parameters
Parameter |
Description |
---|---|
value |
The proxy server password string. The default is blank (no password). |
The proxy server that you are connecting to is defined by the InternetProxyServer property. The InternetProxyPassword property is required if the proxy server is configured to use Basic Authentication.