Click or drag to resize
UpdateDisplayInitialSharedProperties Property
Gets a reference to the collection of initial shared properties passed to an update process. Items added to this collection will be available within the update context.

Namespace: Kjs.AppLife.Update.Wpf
Assembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
Syntax
public IDictionary InitialSharedProperties { get; }

Property Value

Type: IDictionary
See Also