 | TaskHistoryControlTask Property |
Gets or sets the task used to retrieve the history for this control.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.12.1
Syntax[DefaultValueAttribute(null)]
[BrowsableAttribute(false)]
public Task Task { get; set; }
Request Example
View SourceProperty Value
Task
The task whose history is displayed.
See Also