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.
Represents the type of changes that can occur to an item in the local replica.
Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in microsoft.synchronization.simpleproviders.dll)
Syntax
'Declaration
Public Enumeration LocalItemChangeType
'Usage
Dim instance As LocalItemChangeType
public enum LocalItemChangeType
public enum class LocalItemChangeType
public enum LocalItemChangeType
public enum LocalItemChangeType
Members
| Member name | Description | |
|---|---|---|
| Create | The item was created. | |
| Delete | The item was deleted. | |
| Update | The item was updated. |