DataSyncException::SyncStage Property

Gets or sets a SyncStage enumeration value that represents the stage of synchronization during which the error occurred.

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

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

Property Value

Type: Microsoft.Synchronization::SyncStage
A SyncStage enumeration value that represents the stage of synchronization during which the error occurred.
Show: