SimpleSyncItemConflictingEventArgs::ConflictKind Property

Gets a ConcurrencyConflictKind enumeration value that represents the type of conflict, such as a LocalDeleteRemoteUpdate conflict.

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

public:
property ConcurrencyConflictKind ConflictKind {
	ConcurrencyConflictKind get ();
}

Property Value

Type: Microsoft.Synchronization.SimpleProviders::ConcurrencyConflictKind
A ConcurrencyConflictKind enumeration value that represents the type of conflict.
Show: