Click or drag to resize
UpdateContextSharedProperties Property
Gets an IDictionary containing properties that can be shared between actions.

Namespace: Kjs.AppLife.Update.Engine.Core
Assembly: Kjs.AppLife.Update.Engine.Core (in Kjs.AppLife.Update.Engine.Core.dll) Version: 1.0.0.12 (4.0.0.0)
Syntax
public IDictionary SharedProperties { get; }

Property Value

Type: IDictionary
An IDictionary containing properties that can be shared between actions.
See Also