ChangeKind Enumeration
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. |