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 change that is made to an item.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Enumeration ChangeKind
'Usage
Dim instance As ChangeKind
public enum ChangeKind
public enum class ChangeKind
public enum ChangeKind
public enum ChangeKind
Members
| Member name | Description | |
|---|---|---|
| Deleted | The change is a delete. | |
| Ghost | The item has recently moved out of the filter. | |
| UnknownItem | The item to change is unknown to the replica. | |
| Update | The change is an update. |