 | TaskAccessRuleTaskRights Property |
Gets the rights allowed or denied by the access rule.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntaxpublic TaskRights TaskRights { get; }
Request Example
View SourceProperty Value
TaskRights
A bitwise combination of
TaskRights values indicating the rights allowed or denied by the access rule.
See Also