ITaskDefinitionEditorEditable Property

Gets or sets a value indicating whether this TaskEditDialog is editor.Editable.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.0
[DefaultValueAttribute(false)]
bool Editable { get; set; }

Property Value

Boolean
true if editor.Editable; otherwise, false.

See Also