 | TaskAuditRuleTaskRights Property |
Gets the access rights affected by the audit 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 that indicates the rights affected by the audit rule.
RemarksTaskAuditRule objects are immutable. You can create a new audit rule representing a different user, different rights, or a different combination of AuditFlags values, but you cannot modify an existing audit rule.
See Also