 | 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
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 indicating the rights allowed or denied by the access rule.
See Also