UpdateFoundEventArgsBaseVersion Property |
Gets the application version for which updates are available.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic Version BaseVersion { get; }
Public ReadOnly Property BaseVersion As Version
Get
public:
property Version^ BaseVersion {
Version^ get ();
}
member BaseVersion : Version with 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