SyncTableProgress::Conflicts Property

Gets a collection of SyncConflict objects that contain information about any conflicts that occurred for a table during the synchronization session.

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

public:
property Collection<SyncConflict^>^ Conflicts {
	Collection<SyncConflict^>^ get ();
}

Property Value

Type: System.Collections.ObjectModel::Collection<SyncConflict>
A collection of SyncConflict objects if any conflicts occurred; otherwise, null.
Show: