Task Scheduler Managed Class Library
C#
Show/Hide TOC
Task
Principal
Privileges
Index
Of Method
Determines the index of a specific item in the
IList
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
int
IndexOf
(
TaskPrincipalPrivilege
item
)
Parameters
item
TaskPrincipalPrivilege
The object to locate in the
IList
T
.
Return Value
Int32
The index of
item
if found in the list; otherwise, -1.
See Also
Reference
TaskPrincipalPrivileges Class
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
Parameters
Return Value
See Also