MergeSynchronizationAgent.InternetProxyPassword 屬性

定義

設定當使用網際網路 Proxy 伺服器連接到 Web 伺服器時,搭配 Web 同步處理使用之登入的密碼。

public:
 virtual property System::String ^ InternetProxyPassword { System::String ^ get(); void set(System::String ^ value); };
public virtual string InternetProxyPassword { get; set; }
member this.InternetProxyPassword : string with get, set
Public Overridable Property InternetProxyPassword As String

屬性值

String

登入的密碼。

實作

備註

InternetProxyPassword不會傳回屬性。 存取這個屬性將會產生 PasswordWriteOnlyException 例外狀況。

適用於