UpdateFoundEventArgsSelectedUpdate Property |
Gets or sets the update that will be selected as the current update available for download.
If this property is set to , no update will be 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 UpdateInformation SelectedUpdate { get; set; }
Public Property SelectedUpdate As UpdateInformation
Get
Set
public:
property UpdateInformation^ SelectedUpdate {
UpdateInformation^ get ();
void set (UpdateInformation^ value);
}
member SelectedUpdate : UpdateInformation with get, set
Property Value
Type:
UpdateInformationThe update selected as the current update available for download, or
if no update is available for download.
Exceptions
RemarksBy default, SelectedUpdate is set to the update with the highest
Version from AvailableUpdates.
If SelectedUpdate is set to , the UpdateController
will indicate that no update is available for download.
See Also