LastUpdateStartingVersion Property |
Gets the version of the application that applied the update, or
if the application's version could not be found.
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 StartingVersion { get; }
Public ReadOnly Property StartingVersion As Version
Get
public:
property Version^ StartingVersion {
Version^ get ();
}
member StartingVersion : Version with get
Property Value
Type:
Version
See Also