Click or drag to resize

StateSyncChangeGroupChanges Property

Gets the list of changes in this group.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public IList<StateSyncChange> Changes { get; }

Property Value

Type: IListStateSyncChange
The changes.
See Also