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