Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.