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
Proxy 伺服器密碼字串。預設為沒有密碼。
備註
如果 Proxy 伺服器設定為使用「基本驗證」,則需要 InternetProxyPassword 屬性。