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
    Get
    Set
'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);
}
member SkipChange : bool with get, set
function get SkipChange () : boolean
function set SkipChange (value : boolean)

Property Value

Type: System.Boolean
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

Microsoft.Synchronization.Files Namespace