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.WpfAssembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
Syntaxpublic UpdateInformation CurrentUpdate { get; set; }
Public Property CurrentUpdate As UpdateInformation
Get
Set
public:
property UpdateInformation^ CurrentUpdate {
UpdateInformation^ get ();
void set (UpdateInformation^ value);
}
member CurrentUpdate : UpdateInformation with 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
Remarks
Changing the Version property will reset CurrentUpdate to
.
See Also