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
    Get
'Usage
Dim instance As SkippedChangeEventArgs
Dim value As SkipReason

value = instance.SkipReason
public SkipReason SkipReason { get; }
public:
property SkipReason SkipReason {
    SkipReason get ();
}
member SkipReason : SkipReason
function get SkipReason () : SkipReason

Property Value

Type: Microsoft.Synchronization.Files.SkipReason
A SkipReason that indicates the reason the change could not be applied to the file.

See Also

Reference

SkippedChangeEventArgs Class

Microsoft.Synchronization.Files Namespace