Click or drag to resize
UpdateControllerIsFirstRun Property
Gets a value indicating that this is the first time an UpdateController has been set to the current ApplicationId since the last successful update for that ID was applied.

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 bool IsFirstRun { get; }

Property Value

Type: Boolean
Remarks
Non-elevated updates applied by other users who do not have administrative rights will not be detected.
See Also