DbSyncException::DbSyncStage Property

Gets or sets a DbSyncStage 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 DbSyncStage DbSyncStage {
	DbSyncStage get ();
	void set (DbSyncStage value);
}

Property Value

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