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)

Syntax

'Declaration
Public ReadOnly Property Conflicts As Collection(Of SyncConflict)
    Get
'Usage
Dim instance As SyncTableProgress
Dim value As Collection(Of SyncConflict)

value = instance.Conflicts
public Collection<SyncConflict> Conflicts { get; }
public:
property Collection<SyncConflict^>^ Conflicts {
    Collection<SyncConflict^>^ get ();
}
member Conflicts : Collection<SyncConflict>
function get Conflicts () : Collection<SyncConflict>

Property Value

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

See Also

Reference

SyncTableProgress Class

Microsoft.Synchronization.Data Namespace