Click or drag to resize
Task Scheduler Managed Class Library

TaskPrincipalPrivilegesIsReadOnly Property

Gets a value indicating whether the ICollectionT is read-only.

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
public bool IsReadOnly { get; }
Request Example View Source

Return Value

Boolean
true if the ICollectionT is read-only; otherwise, false.
See Also