MergeSynchronizationAgent.InternetProxyLogin Property

Definition

Gets or sets the login name that is used with Web synchronization when connecting to the Web server by using an Internet proxy server.

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

Property Value

The login name that is used with Web synchronization.

Implements

Remarks

For more information about using Web synchronization for merge replication, see Web Synchronization for Merge Replication.

Applies to