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)

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

Property Value

Type: Microsoft.Synchronization.Data::SyncDirection
A SyncDirection enumeration value that represents the direction of synchronization from the perspective of the client.
Show: