Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As SkippedFileDetectEventArgs
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 file could not be analyzed during change detection.
See Also
Reference
SkippedFileDetectEventArgs Class
SkippedFileDetectEventArgs Members
Microsoft.Synchronization.Files Namespace