LoadChangeContext.ItemChange Property
When overridden in a derived class, gets the change item for which the change data should be retrieved from the item store.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ItemChange As ItemChange
'Usage
Dim instance As LoadChangeContext
Dim value As ItemChange
value = instance.ItemChange
public abstract ItemChange ItemChange { get; }
public:
virtual property ItemChange^ ItemChange {
ItemChange^ get () abstract;
}
/** @property */
public abstract ItemChange get_ItemChange ()
public abstract function get ItemChange () : ItemChange
Property Value
The change item for which the change data should be retrieved from the item store.
See Also
Reference
LoadChangeContext Class
LoadChangeContext Members
Microsoft.Synchronization Namespace