Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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. | |
| UnknownItem | The item to change is unknown to the replica. | |
| Update | The change is an update. |