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