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)
Syntax
'Declaration
Public ReadOnly Property ChangeUnitChanges As ReadOnlyCollection(Of ChangeUnitChange)
Get
'Usage
Dim instance As ItemChange
Dim value As ReadOnlyCollection(Of ChangeUnitChange)
value = instance.ChangeUnitChanges
public ReadOnlyCollection<ChangeUnitChange> ChangeUnitChanges { get; }
public:
property ReadOnlyCollection<ChangeUnitChange^>^ ChangeUnitChanges {
ReadOnlyCollection<ChangeUnitChange^>^ get ();
}
member ChangeUnitChanges : ReadOnlyCollection<ChangeUnitChange>
function get ChangeUnitChanges () : ReadOnlyCollection<ChangeUnitChange>
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.