Share via


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)

Syntax

'Declaration
<DefaultValueAttribute(SyncDirection.DownloadOnly)> _
Public Property SyncDirection As SyncDirection
'Usage
Dim instance As SqlSyncAdapterBuilder
Dim value As SyncDirection

value = instance.SyncDirection

instance.SyncDirection = value
[DefaultValueAttribute(SyncDirection.DownloadOnly)] 
public SyncDirection SyncDirection { get; set; }
[DefaultValueAttribute(SyncDirection::DownloadOnly)] 
public:
property SyncDirection SyncDirection {
    SyncDirection get ();
    void set (SyncDirection value);
}
/** @property */
public SyncDirection get_SyncDirection ()

/** @property */
public void set_SyncDirection (SyncDirection value)
public function get SyncDirection () : SyncDirection

public function set SyncDirection (value : SyncDirection)

Property Value

One of the SyncDirection values.

Example

For a code example, see SqlSyncAdapterBuilder.

See Also

Reference

SqlSyncAdapterBuilder Class
SqlSyncAdapterBuilder Members
Microsoft.Synchronization.Data.Server Namespace