MergeSynchronizationAgent.InternetProxyPassword Property

Definition

Sets the password for the login that is used with Web synchronization when connecting to the Web server by using an Internet proxy server.

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

Property Value

The password for the login.

Implements

Remarks

The InternetProxyPassword property is not returned. Accessing this property will generate a PasswordWriteOnlyException exception.

Applies to