DbSyncConflict::Stage Property

Gets or sets the DbSyncStage enumeration value that represents the synchronization stage during which the conflict occurred.

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

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

Property Value

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