 | TaskGetAccessControl Method |
Gets a
TaskSecurity object that encapsulates the specified type of access control list (ACL) entries for the task
described by the current
Task object.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic TaskSecurity GetAccessControl()
Public Function GetAccessControl As TaskSecurity
public:
TaskSecurity^ GetAccessControl()
Request Example
View SourceReturn Value
Type:
TaskSecurityA
TaskSecurity object that encapsulates the access control rules for the current task.
See Also