Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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
type ChangeKind
public enum ChangeKind
Members
| Member name | Description | |
|---|---|---|
| Update | The change is an update. | |
| Deleted | The change is a delete. | |
| UnknownItem | The item to change is unknown to the replica. | |
| Ghost | The item has recently moved out of the filter. |