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)
Syntax
'Declaration
Public Property ParentChange As ItemChange
'Usage
Dim instance As ChangeUnitChange
Dim value As ItemChange
value = instance.ParentChange
public ItemChange ParentChange { get; }
public:
property ItemChange^ ParentChange {
ItemChange^ get ();
}
/** @property */
public ItemChange get_ParentChange ()
public function get ParentChange () : ItemChange
Property Value
The item change that contains this change unit change.
See Also
Reference
ChangeUnitChange Class
ChangeUnitChange Members
Microsoft.Synchronization Namespace