Task Scheduler Managed Class Library
C#
Show/Hide TOC
Task
Options
Editor
Editable Property
Gets or sets a value indicating whether this
TaskEditDialog
is editable.
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
(
false
)]
public
bool
Editable
{
get
;
set
; }
Property Value
Boolean
true
if editable; otherwise,
false
.
Implements
ITaskDefinitionEditor
Editable
See Also
Reference
TaskOptionsEditor Class
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
Property Value
Implements
See Also