SkippedChangeEventArgs.SkipReason Property

Gets the reason the change could not be applied to the file.

Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in microsoft.synchronization.files.dll)

Syntax

'Declaration
Public ReadOnly Property SkipReason As SkipReason
'Usage
Dim instance As SkippedChangeEventArgs
Dim value As SkipReason

value = instance.SkipReason
public SkipReason SkipReason { get; }
public:
property SkipReason SkipReason {
    SkipReason get ();
}
/** @property */
public SkipReason get_SkipReason ()
public function get SkipReason () : SkipReason

Property Value

A SkipReason that indicates the reason the change could not be applied to the file.

See Also

Reference

SkippedChangeEventArgs Class
SkippedChangeEventArgs Members
Microsoft.Synchronization.Files Namespace