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)
Syntax
'Declaration
Public Property SkipChange As Boolean
'Usage
Dim instance As ApplyingChangeEventArgs
Dim value As Boolean
value = instance.SkipChange
instance.SkipChange = value
public bool SkipChange { get; set; }
public:
property bool SkipChange {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_SkipChange ()
/** @property */
public void set_SkipChange (boolean value)
public function get SkipChange () : boolean
public function set SkipChange (value : boolean)
Property Value
true if the change should be skipped; otherwise, false. The default is false.
Remarks
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.
See Also
Reference
ApplyingChangeEventArgs Class
ApplyingChangeEventArgs Members
Microsoft.Synchronization.Files Namespace