Share via


ItemChangeSkippedEventArgs.ItemChange Property

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.

See Also

Reference

ItemChangeSkippedEventArgs Class

Microsoft.Synchronization Namespace