ChangeUnitChange::ParentChange Property

Gets or sets the item change that contains this change unit change.

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

public:
property ItemChange^ ParentChange {
	ItemChange^ get ();
	internal: void set (ItemChange^ value);
}

Property Value

Type: Microsoft.Synchronization::ItemChange
The item change that contains this change unit change.
Show: