 | TaskEditDialogShowRunTimesTab Property |
Note: This API is now obsolete.
Gets or sets a value indicating whether to show the 'Run Times' tab.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntax[ObsoleteAttribute("Please use the AvailableTabs property.")]
public bool ShowRunTimesTab { get; set; }
<ObsoleteAttribute("Please use the AvailableTabs property.")>
Public Property ShowRunTimesTab As Boolean
Get
Set
public:
[ObsoleteAttribute(L"Please use the AvailableTabs property.")]
property bool ShowRunTimesTab {
bool get ();
void set (bool value);
}
Request Example
View SourceProperty Value
Type:
Booleantrue if showing the Run Times tab; otherwise,
false.
See Also