Click or drag to resize

StateSyncChangeGroupRootChange Property

Gets or sets the root change. May be null.

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

Property Value

Type: StateSyncChange
The root change.
See Also