Task Scheduler Managed Class Library
Task Scheduler Managed Class Library
Task Scheduler Managed Class Library Overview
Microsoft.Win32.TaskScheduler
ActionCollection Class
ActionCollection Properties
Item Property
Item(Int32) Property
Item(String) Property
Action
Collection
Item(String) Property
Gets or sets a specified action from the collection.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
Copy
public
Action
this
[
string
actionId
] {
get
;
set
; }
Request Example
View Source
Parameters
actionId
String
The id (
Id
) of the action to be retrieved.
Property Value
Action
The
Action
.
Return Value
Action
Specialized
Action
instance.
Exceptions
Exception
Condition
ArgumentNullException
ArgumentOutOfRangeException
NullReferenceException
InvalidOperationException
Mismatching Id for action and lookup.
See Also
Reference
ActionCollection Class
Item Overload
Microsoft.Win32.TaskScheduler Namespace
© 2024 GitHub Community. All rights reserved.