 | TaskEditDialogTaskNameIsEditable Property |
If setup with a TaskDefinition and not a Task, and if Editable is true, then you can set this value to false to prevent the user from
editing the TaskName.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic bool TaskNameIsEditable { get; set; }
Public Property TaskNameIsEditable As Boolean
Get
Set
public:
property bool TaskNameIsEditable {
bool get ();
void set (bool value);
}
Request Example
View SourceProperty Value
Type:
Boolean
See Also