TaskReadOnly Property

Gets a value indicating whether this task is read only. Only available if AllowReadOnlyTasks is true.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public bool ReadOnly { get; }

Property Value

Boolean
true if read only; otherwise, false.

See Also