TaskReadOnly Property
Gets a value indicating whether this task is read only. Only available if
AllowReadOnlyTasks is
true.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
public bool ReadOnly { get; }
Property Value
Booleantrue if read only; otherwise,
false.