Task Scheduler Managed Class Library
C#
Show/Hide TOC
Task
Principal
Privileges
Item Property
Gets or sets the element at the specified index.
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
TaskPrincipalPrivilege
this
[
int
index
] {
get
;
set
; }
Parameters
index
Int32
Return Value
TaskPrincipalPrivilege
The element at the specified index.
Exceptions
ArgumentOutOfRangeException
index
is not a valid index in the
IList
T
.
NotSupportedException
The property is set and the
IList
T
is read-only.
See Also
Reference
TaskPrincipalPrivileges Class
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
Parameters
Return Value
Exceptions
See Also