SyncConflict::SyncStage Property

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

Property Value

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

For an example of how to handle conflicts, see How to: Handle Data Conflicts and Errors.

Show: