Task Scheduler Managed Class Library
C#
Show/Hide TOC
Action
Collection
Item(String) Property
Gets or sets a specified action from the collection.
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
Action
this
[
string
actionId
] {
get
;
set
; }
Parameters
actionId
String
The id (
Id
) of the action to be retrieved.
Property Value
Action
The
Action
.
Return Value
Action
Specialized
Action
instance.
Exceptions
ArgumentNullException
ArgumentOutOfRangeException
NullReferenceException
InvalidOperationException
Mismatching Id for action and lookup.
See Also
Reference
ActionCollection Class
Item Overload
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
Parameters
Property Value
Return Value
Exceptions
See Also