MultiPointSynchronizerOptionsStateProviderProperties Property |
Gets the properties to pass to the state provider at initialization.
The exact set of required properties depends on the implementation.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual IDictionary<string, Object> StateProviderProperties { get; }
Property Value
Type:
IDictionaryString,
Object
The state provider properties.
See Also