 | TaskEditDialogEditable Property |
Gets or sets a value indicating whether this
TaskEditDialog is editable.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic bool Editable { get; set; }
Public Property Editable As Boolean
Get
Set
public:
property bool Editable {
bool get ();
void set (bool value);
}
Request Example
View SourceProperty Value
Type:
Booleantrue if editable; otherwise,
false.
See Also