Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
public Collection<SyncConflict> Conflicts { get; }
public:
property Collection<SyncConflict^>^ Conflicts {
Collection<SyncConflict^>^ get ();
}
/** @property */
public Collection<SyncConflict> get_Conflicts ()
public function get Conflicts () : Collection<SyncConflict>
Property Value
A collection of SyncConflict objects if any conflicts occurred; otherwise, null.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SyncTableProgress Class
SyncTableProgress Members
Microsoft.Synchronization.Data Namespace