IMergeSynchronizationAgent.UseWebSynchronization Property

Gets or sets whether Web synchronization is used.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Syntax

'Declaration
Property UseWebSynchronization As Boolean 
    Get 
    Set
'Usage
Dim instance As IMergeSynchronizationAgent 
Dim value As Boolean 

value = instance.UseWebSynchronization

instance.UseWebSynchronization = value
bool UseWebSynchronization { get; set; }
property bool UseWebSynchronization {
    bool get ();
    void set (bool value);
}
abstract UseWebSynchronization : bool with get, set
function get UseWebSynchronization () : boolean 
function set UseWebSynchronization (value : boolean)

Property Value

Type: Boolean
true if Web synchronization is used; otherwise, false.

See Also

Reference

IMergeSynchronizationAgent Interface

Microsoft.SqlServer.Replication Namespace