Click or drag to resize
UpdateControllerAutoCopyCommandLine Property
Gets or sets a value that indicates whether the command line arguments passed to the application should be automatically passed to it again when it is restarted after an update.

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 AutoCopyCommandLine { get; set; }

Property Value

Type: Boolean
if the command line arguments passed to the application should be automatically passed to it again when it is restarted after an update; otherwise, .
See Also