ItemChange.ChangeKind Property
Gets the kind of change that is represented by this object.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ChangeKind As ChangeKind
Get
'Usage
Dim instance As ItemChange
Dim value As ChangeKind
value = instance.ChangeKind
public ChangeKind ChangeKind { get; }
public:
property ChangeKind ChangeKind {
ChangeKind get ();
}
member ChangeKind : ChangeKind
function get ChangeKind () : ChangeKind
Property Value
Type: Microsoft.Synchronization.ChangeKind
The kind of change that is represented by this object.
Remarks
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 |
---|---|---|
Source or destination |
The item previously existed in the replica but has been deleted. |
|
Destination only |
The item does not exist in the destination replica. |
|
Source or destination |
The item exists in the replica. |