Task Scheduler Managed Class Library
C#
Show/Hide TOC
Task
Options
Editor
Show
Errors Property
Gets or sets a value indicating whether errors are shown in the UI.
Definition
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.1
C#
Copy
View Source
Request Example
[
DefaultValueAttribute
(
true
)]
public
bool
ShowErrors
{
get
;
set
; }
Property Value
Boolean
true
if errors are shown; otherwise,
false
.
Implements
ITaskDefinitionEditor
ShowErrors
See Also
Reference
TaskOptionsEditor Class
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
Property Value
Implements
See Also