Click or drag to resize

SyncStateProviderEventArgsProperties Property

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

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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