SqlCeRemoteDataAccess.InternetProxyLogin 屬性
此型別具有 SecurityCriticalAttribute 屬性,它會限制為由 .NET Framework for Silverlight 類別程式庫內部使用。使用此型別之任何成員的應用程式碼會擲回 MethodAccessException。
[安全性關鍵]
指定在連接到需要驗證的 Proxy 伺服器 (定義於 InternetProxyServer 屬性) 時所使用的登入名稱。
命名空間: System.Data.SqlServerCe
組件: System.Data.SqlServerCe (在 System.Data.SqlServerCe.dll 中)
語法
'宣告
Public Property InternetProxyLogin As String
Get
Set
'用途
Dim instance As SqlCeRemoteDataAccess
Dim value As String
value = instance.InternetProxyLogin
instance.InternetProxyLogin = value
public string InternetProxyLogin { get; set; }
public:
property String^ InternetProxyLogin {
String^ get ();
void set (String^ value);
}
member InternetProxyLogin : string with get, set
function get InternetProxyLogin () : String
function set InternetProxyLogin (value : String)
屬性值
型別:System.String
Proxy 伺服器登入名稱。預設為沒有登入。