TaskSchedulerWizardTaskName Property

Gets or sets the name of the task.

Definition

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

Property Value

String
The name of the task.

See Also