SqlSyncAdapterBuilder::SyncDirection Property

Specifies the direction of synchronization from the perspective of the client, with a default direction of Bidirectional.

Namespace:  Microsoft.Synchronization.Data.Server
Assembly:  Microsoft.Synchronization.Data.Server (in Microsoft.Synchronization.Data.Server.dll)

public:
property SyncDirection SyncDirection {
	SyncDirection get ();
	void set (SyncDirection value);
}

Property Value

Type: Microsoft.Synchronization.Data::SyncDirection
One of the SyncDirection values.

For a code example, see SqlSyncAdapterBuilder.

Show: