ScheduledProcess.Parameters Property

The command line parameters to be passed to the application. This string should NOT include the application name as the first parameter.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public string Parameters { get; set; }

Property Value

Type: String

Implements

IConfigScheduledProcessParameters
See Also