 | TriggerCollectionIndexOf Method (String) |
Determines the index of a specific item in the
IListT.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic int IndexOf(
string triggerId
)
Public Function IndexOf (
triggerId As String
) As Integer
public:
int IndexOf(
String^ triggerId
)
Request Example
View SourceParameters
- triggerId
- Type: SystemString
The id ( Id) of the trigger to be retrieved.
Return Value
Type:
Int32The index of
triggerId if found in the list; otherwise, -1.
See Also