Task Scheduler Managed Class Library
Task Scheduler Managed Class Library
Task Scheduler Managed Class Library Overview
Microsoft.Win32.TaskScheduler
NamedValueCollection Class
NamedValueCollection Properties
Item Property
Item(Int32) Property
Item(String) Property
Named
Value
Collection
Item(String) Property
Gets the value of the item with the specified name.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
Copy
public
string
this
[
string
name
] {
get
;
set
; }
Request Example
View Source
Parameters
name
String
Name to get the value for.
Return Value
String
Value for the name, or null if not found.
See Also
Reference
NamedValueCollection Class
Item Overload
Microsoft.Win32.TaskScheduler Namespace
© 2024 GitHub Community. All rights reserved.