TaskAccessRuleTaskRights Property

Gets the rights allowed or denied by the access rule.

Definition

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

Property Value

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

See Also