ItemChange::ChangeUnitChanges Property

Gets the collection of change unit changes that are contained in the item change.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
property ReadOnlyCollection<ChangeUnitChange^>^ ChangeUnitChanges {
	ReadOnlyCollection<ChangeUnitChange^>^ get ();
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<ChangeUnitChange>
The collection of change unit changes that are contained in the item change. If there are no change unit changes, an empty collection is returned.
Show: