Click or drag to resize
Task Scheduler Managed Class Library

TaskAccessRule Constructor

Overload List
 NameDescription
Public methodTaskAccessRule(IdentityReference, TaskRights, AccessControlType) Initializes a new instance of the TaskAccessRule class, specifying the user or group the rule applies to, the access rights, and whether the specified access rights are allowed or denied.
Public methodTaskAccessRule(String, TaskRights, AccessControlType) Initializes a new instance of the TaskAccessRule class, specifying the name of the user or group the rule applies to, the access rights, and whether the specified access rights are allowed or denied.
Top
See Also