Click or drag to resize

SyncStateProviderEventArgsProperties Property

A list of key-value that contain additional event information.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IDictionary<string, Object> Properties { get; }

Property Value

Type: IDictionaryString, Object
A list of key-value that contain additional event information.
See Also