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.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic bool IsFirstRun { get; }
Public ReadOnly Property IsFirstRun As Boolean
Get
public:
property bool IsFirstRun {
bool get ();
}
member IsFirstRun : bool with 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