Task Scheduler Managed Class Library
C#
Show/Hide TOC
Task
Principal
Privileges
Add Method
Adds an item to the
ICollection
T
.
Definition
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
C#
Copy
View Source
Request Example
public
void
Add
(
TaskPrincipalPrivilege
item
)
Parameters
item
TaskPrincipalPrivilege
The object to add to the
ICollection
T
.
Exceptions
NotSupportedException
The
ICollection
T
is read-only.
See Also
Reference
TaskPrincipalPrivileges Class
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
Exceptions
See Also