Click or drag to resize
Task Scheduler Managed Class Library

TaskAccessRuleTaskRights Property

Gets the rights allowed or denied by the access rule.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public TaskRights TaskRights { get; }
Request Example View Source

Property Value

Type: TaskRights
A bitwise combination of TaskRights values indicating the rights allowed or denied by the access rule.
See Also