 | ActionCollectionContainsType Method |
Determines whether the specified action type is contained in this collection.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntaxpublic bool ContainsType(
Type actionType
)
Request Example
View SourceParameters
- actionType Type
- Type of the action.
Return Value
Booleantrue if the specified action type is contained in this collection; otherwise,
false.
See Also