ExecActionWorkingDirectory Property

Gets or sets the directory that contains either the executable file or the files that are used by the executable file.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
[DefaultValueAttribute("")]
public string WorkingDirectory { get; set; }

Property Value

String

See Also