 | TaskSchedulerWizardAvailableActions Property |
Gets or sets the available actions.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic TaskSchedulerWizardAvailableWizardActions AvailableActions { get; set; }
Public Property AvailableActions As TaskSchedulerWizardAvailableWizardActions
Get
Set
public:
property TaskSchedulerWizardAvailableWizardActions AvailableActions {
TaskSchedulerWizardAvailableWizardActions get ();
void set (TaskSchedulerWizardAvailableWizardActions value);
}
Request Example
View SourceProperty Value
Type:
TaskSchedulerWizardAvailableWizardActions
The available actions.
See Also