Click or drag to resize
UpdateDetailsDisplayInitialSharedProperties Property
Gets or sets a set of initial values for the shared properties used in the update when it is applied.

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

Property Value

Type: IDictionary
A set of initial values for the shared properties used in the update when it is applied, or to leave all shared properties uninitialized.
See Also