 | ActionActionType Property |
Gets the type of the action.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic TaskActionType ActionType { get; }
Public ReadOnly Property ActionType As TaskActionType
Get
public:
property TaskActionType ActionType {
TaskActionType get ();
}
Request Example
View SourceProperty Value
Type:
TaskActionTypeThe type of the action.
See Also