Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Syntax
'Declaration
Public ReadOnly Property ConflictKind As ConcurrencyConflictKind
'Usage
Dim instance As SimpleSyncItemConflictingEventArgs
Dim value As ConcurrencyConflictKind
value = instance.ConflictKind
public ConcurrencyConflictKind ConflictKind { get; }
public:
property ConcurrencyConflictKind ConflictKind {
ConcurrencyConflictKind get ();
}
/** @property */
public ConcurrencyConflictKind get_ConflictKind ()
public function get ConflictKind () : ConcurrencyConflictKind
Property Value
A ConcurrencyConflictKind enumeration value that represents the type of conflict.
See Also
Reference
SimpleSyncItemConflictingEventArgs Class
SimpleSyncItemConflictingEventArgs Members
Microsoft.Synchronization.SimpleProviders Namespace