 | ActionEditDialogAction Property |
Gets or sets the action.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic Action Action { get; set; }
Public Property Action As Action
Get
Set
public:
property Action^ Action {
Action^ get ();
void set (Action^ value);
}
Request Example
View SourceProperty Value
Type:
ActionThe action.
See Also