 | TaskSchedulerWizardAvailableActions Property |
Gets or sets the available actions.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.12.1
Syntax[DefaultValueAttribute(TaskSchedulerWizardAvailableWizardActions.Execute|TaskSchedulerWizardAvailableWizardActions.SendEmail|TaskSchedulerWizardAvailableWizardActions.ShowMessage)]
public TaskSchedulerWizardAvailableWizardActions AvailableActions { get; set; }
Request Example
View SourceProperty Value
TaskSchedulerWizardAvailableWizardActions
The available actions.
See Also