UpdateInformationIsDownloaded Property |
Gets a value indicating whether the update has been downloaded.
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 bool IsDownloaded { get; }
Public ReadOnly Property IsDownloaded As Boolean
Get
public:
property bool IsDownloaded {
bool get ();
}
member IsDownloaded : bool with get
Property Value
Type:
Boolean if the update has been downloaded; otherwise,
.
Remarks
See Also