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 item change that was skipped.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property ItemChange As ItemChange
Get
'Usage
Dim instance As ItemChangeSkippedEventArgs
Dim value As ItemChange
value = instance.ItemChange
public ItemChange ItemChange { get; }
public:
property ItemChange^ ItemChange {
ItemChange^ get ();
}
member ItemChange : ItemChange
function get ItemChange () : ItemChange
Property Value
Type: Microsoft.Synchronization.ItemChange
The item change that was skipped.