SyncConflict.ConflictType-Eigenschaft
Ruft den ConflictType-Enumerationswert ab, der den Typ des Synchronisierungskonflikts darstellt, oder legt den Wert fest.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Property ConflictType As ConflictType
'Usage
Dim instance As SyncConflict
Dim value As ConflictType
value = instance.ConflictType
instance.ConflictType = value
public ConflictType ConflictType { get; set; }
public:
property ConflictType ConflictType {
ConflictType get ();
void set (ConflictType value);
}
/** @property */
public ConflictType get_ConflictType ()
/** @property */
public void set_ConflictType (ConflictType value)
public function get ConflictType () : ConflictType
public function set ConflictType (value : ConflictType)
Eigenschaftenwert
Ein ConflictType-Enumerationswert, der den Typ des Synchronisierungskonflikts darstellt.
Beispiel
Ein Beispiel für die Behandlung von Konflikten finden Sie unter Vorgehensweise: Behandeln von Datenkonflikten und Fehlern.
Siehe auch
Verweis
SyncConflict-Klasse
SyncConflict-Member
Microsoft.Synchronization.Data-Namespace