ApplyingChangeEventArgs::SkipChange Property

Gets or sets a value that indicates whether this change should be skipped.

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

public:
property bool SkipChange {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
true if the change should be skipped; otherwise, false. The default is false.

A change that is skipped will not be applied to the destination replica.

If the event handler sets this value to true, the change will be skipped and a SkippedChange event will be fired.

Show: