Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Get
Friend Set
'Usage
Dim instance As ChangeUnitChange
Dim value As ItemChange
value = instance.ParentChange
public ItemChange ParentChange { get; internal set; }
public:
property ItemChange^ ParentChange {
ItemChange^ get ();
internal: void set (ItemChange^ value);
}
member ParentChange : ItemChange with get, internal set
function get ParentChange () : ItemChange
internal function set ParentChange (value : ItemChange)
Property Value
Type: Microsoft.Synchronization.ItemChange
The item change that contains this change unit change.