InternetProxyPassword 属性

指定连接到需要身份验证的 InternetProxyServer 时使用的密码。

命名空间:  System.Data.SqlServerCe
程序集:  System.Data.SqlServerCe(在 System.Data.SqlServerCe.dll 中)

语法

声明
Public Property InternetProxyPassword As String
    Get
    Set
用法
Dim instance As SqlCeReplication
Dim value As String

value = instance.InternetProxyPassword

instance.InternetProxyPassword = value
public string InternetProxyPassword { get; set; }
public:
property String^ InternetProxyPassword {
    String^ get ();
    void set (String^ value);
}
member InternetProxyPassword : string with get, set
function get InternetProxyPassword () : String
function set InternetProxyPassword (value : String)

属性值

类型:System. . :: . .String
代理服务器密码字符串。默认为没有密码。

注释

如果代理服务器配置为使用基本身份验证,则 InternetProxyPassword 属性是必需的。

请参阅

参考

SqlCeReplication类

SqlCeReplication 成员

System.Data.SqlServerCe 命名空间