Click or drag to resize

StateSyncChangeGroupRootChange Property

Gets or sets the root change. May be null.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual StateSyncChange RootChange { get; set; }

Property Value

Type: StateSyncChange
The root change.
See Also