UpdateInformationVersion Property |
Gets the version of the available update.
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 Version { get; }
Public ReadOnly Property Version As Version
Get
public:
property Version^ Version {
Version^ get ();
}
member Version : Version with get
Property Value
Type:
VersionThe version of the available update.
See Also