次の方法で共有


MergeSynchronizationAgent.InternetProxyPassword プロパティ

定義

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

プロパティ値

ログインのパスワード。

実装

注釈

InternetProxyPassword プロパティは返されません。 このプロパティにアクセスすると PasswordWriteOnlyException 例外が生成されます。

適用対象