 | TaskDefinitionActions Property |
Gets a collection of actions that are performed by the task.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic ActionCollection Actions { get; }
Public ReadOnly Property Actions As ActionCollection
Get
public:
property ActionCollection^ Actions {
ActionCollection^ get ();
}
Request Example
View SourceProperty Value
Type:
ActionCollection
See Also