MergeSynchronizationAgent.InternetProxyLogin Property
Gets or sets the login name that is used with Web synchronization when connecting to the Web server by using an Internet proxy server.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public Overridable Property InternetProxyLogin As String
Get
Set
'Usage
Dim instance As MergeSynchronizationAgent
Dim value As String
value = instance.InternetProxyLogin
instance.InternetProxyLogin = value
public virtual string InternetProxyLogin { get; set; }
public:
virtual property String^ InternetProxyLogin {
String^ get ();
void set (String^ value);
}
abstract InternetProxyLogin : string with get, set
override InternetProxyLogin : string with get, set
function get InternetProxyLogin () : String
function set InternetProxyLogin (value : String)
Property Value
Type: System.String
The login name that is used with Web synchronization.
Implements
IMergeSynchronizationAgent.InternetProxyLogin
Remarks
For more information about using Web synchronization for merge replication, see Web Synchronization for Merge Replication.