Click or drag to resize
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.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public UpdateInformation SelectedUpdate { get; set; }

Property Value

Type: UpdateInformation
The update selected as the current update available for download, or if no update is available for download.
Exceptions
ExceptionCondition
ArgumentExceptionThe property is set to an UpdateInformation instance that is not present in AvailableUpdates.
Remarks

By 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