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)
'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 ();
}
/** @property */
public ReadOnlyCollection<ChangeUnitChange> get_ChangeUnitChanges ()
public function get ChangeUnitChanges () : ReadOnlyCollection<ChangeUnitChange>
Property Value
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.
See Also
Reference
ItemChange Class
ItemChange Members
Microsoft.Synchronization Namespace