ItemChange::ChangeKind Property

Gets the kind of change that is represented by this object.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
property ChangeKind ChangeKind {
	ChangeKind get ();
}

Property Value

Type: Microsoft.Synchronization::ChangeKind
The kind of change that is represented by this object.

The following table shows which values the source and destination provider can use for this property and describes what each value indicates.

ChangeKind value

Provider

Indicates

Deleted

Source or destination

The item previously existed in the replica but has been deleted.

UnknownItem

Destination only

The item does not exist in the destination replica.

Update

Source or destination

The item exists in the replica.

Show: