Click or drag to resize
Task Scheduler Managed Class Library

NamedValueCollectionItem(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#
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