Click or drag to resize
UpdateFoundEventArgsBaseVersion Property
Gets the application version for which updates are available.

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 Version BaseVersion { get; }

Property Value

Type: Version

If update chaining is not enabled, or for the first update in a chain, the value of the Version property from the UpdateController that raised the event.

If update chaining is enabled via the EnableAutoChaining property, the Version of the previous update in the chain.

See Also