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
'Usage
Dim instance As ItemChange
Dim value As ChangeKind
value = instance.ChangeKind
public ChangeKind ChangeKind { get; }
public:
property ChangeKind ChangeKind {
ChangeKind get ();
}
/** @property */
public ChangeKind get_ChangeKind ()
public function get ChangeKind () : ChangeKind
Property Value
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. |
See Also
Reference
ItemChange Class
ItemChange Members
Microsoft.Synchronization Namespace