 | TaskAuditRuleTaskRights Property |
Gets the access rights affected by the audit rule.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic TaskRights TaskRights { get; }
Public ReadOnly Property TaskRights As TaskRights
Get
public:
property TaskRights TaskRights {
TaskRights get ();
}
Request Example
View SourceProperty Value
Type:
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