ScheduledProcess.FileName Property

Full Path to the filename of the process to be started. This can also interact with search path, so this can be filename if the directory it exists in is specified with search path.

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

Syntax
public string FileName { get; set; }

Property Value

Type: String

Implements

IConfigScheduledProcessFileName
See Also