TaskAccessRule Constructor

Overload List

TaskAccessRule(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.
TaskAccessRule(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.

See Also