MergeSynchronizationAgent.InternetProxyLogin Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.