Click or drag to resize
Task Scheduler Managed Class Library

ActionCollectionContainsType Method

Determines whether the specified action type is contained in this collection.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public bool ContainsType(
	Type actionType
)
Request Example View Source

Parameters

actionType
Type: SystemType
Type of the action.

Return Value

Type: Boolean
true if the specified action type is contained in this collection; otherwise, false.
See Also