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 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.