Click or drag to resize
UpdateDisplayCurrentUpdate Property
Gets or sets information about the currently available update, or if no update information has been retrieved. If setting this value, the UpdateInformation must be in the list of updates returned by AllUpdates.

Namespace: Kjs.AppLife.Update.Wpf
Assembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
Syntax
public UpdateInformation CurrentUpdate { get; set; }

Property Value

Type: UpdateInformation
Information about the currently available update, or if no update is available or the controller has not yet checked for an available update.
Exceptions
ExceptionCondition
ArgumentExceptionThe property is set and the value is not in the AllUpdates collection.
ValidationExceptionThe PublicKeyToken property is invalid.
InvalidOperationExceptionThe property is set and IsBusy is .
Remarks

Changing the Version property will reset CurrentUpdate to .

See Also