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(Int
32) Property
Gets or sets a an action at the specified index.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
Copy
public
Action
this
[
int
index
] {
get
;
set
; }
Request Example
View Source
Parameters
index
Int32
Property Value
Action
The zero-based index of the action to get or set.
See Also
Reference
ActionCollection Class
Item Overload
Microsoft.Win32.TaskScheduler Namespace
© 2024 GitHub Community. All rights reserved.