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
[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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).

Target Platforms

See Also

Reference

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