The InternetProxyPassword property specifies the password used when you connect to a proxy server, defined in the InternetProxyServer property, that requires authentication.
object.InternetProxyPassword [= value]
Applies To
SQL Server Compact 3.5 Replication object
- value
Proxy server password string. The default is no password.
Data Type
String
Modifiable
Read/write
Prototype
HRESULT get_InternetProxyPassword(BSTR *pVal);
HRESULT put_InternetProxyPassword(BSTR newVal);
The InternetProxyPassword is required if the proxy server is configured to use Basic authentication.