SkippedFileDetectEventArgs.SkipReason Property
Gets the reason the file could not be analyzed during change detection.
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 SkippedFileDetectEventArgs
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 file could not be analyzed during change detection.