Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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