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
'Usage
Dim instance As ItemChangeSkippedEventArgs
Dim value As ItemChange

value = instance.ItemChange
public ItemChange ItemChange { get; }
public:
property ItemChange^ ItemChange {
    ItemChange^ get ();
}
/** @property */
public ItemChange get_ItemChange ()
public function get ItemChange () : ItemChange

Property Value

The item change that was skipped.

See Also

Reference

ItemChangeSkippedEventArgs Class
ItemChangeSkippedEventArgs Members
Microsoft.Synchronization Namespace