Click or drag to resize
Task Scheduler Managed Class Library

NamedValueCollectionItem Property (String)

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.10.1
Syntax
public string this[
	string name
] { get; set; }
Request Example View Source

Parameters

name
Type: SystemString
Name to get the value for.

Return Value

Type: String
Value for the name, or null if not found.
See Also