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 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 Overrides ReadOnly Property ItemChange As ItemChange
'Usage
Dim instance As UserLoadChangeContext
Dim value As ItemChange
value = instance.ItemChange
public override ItemChange ItemChange { get; }
public:
virtual property ItemChange^ ItemChange {
ItemChange^ get () override;
}
/** @property */
public ItemChange get_ItemChange ()
public override function get ItemChange () : ItemChange
Property Value
The change item for which the change data should be retrieved from the item store.
See Also
Reference
UserLoadChangeContext Class
UserLoadChangeContext Members
Microsoft.Synchronization Namespace