Partilhar via


SyncTableMetadata.SyncDirection Property

Gets or sets the SyncDirection enumeration value that represents the direction of synchronization from the perspective of the client.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public Property SyncDirection As SyncDirection
public SyncDirection SyncDirection { get; set; }
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

A SyncDirection enumeration value that represents the direction of synchronization from the perspective of the client.

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

SyncTableMetadata Class
SyncTableMetadata Members
Microsoft.Synchronization.Data Namespace