SimpleSyncItemConflictingEventArgs::ConflictKind Property
Gets a ConcurrencyConflictKind enumeration value that represents the type of conflict, such as a LocalDeleteRemoteUpdate conflict.
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
public: property ConcurrencyConflictKind ConflictKind { ConcurrencyConflictKind get (); }
Property Value
Type: Microsoft.Synchronization.SimpleProviders::ConcurrencyConflictKindA ConcurrencyConflictKind enumeration value that represents the type of conflict.
Show: