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
Get
'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;
}
abstract ItemChange : ItemChange
override ItemChange : ItemChange
override function get ItemChange () : ItemChange
Property Value
Type: Microsoft.Synchronization.ItemChange
The change item for which the change data should be retrieved from the item store.