NamedValueCollectionItem(String) Property

Gets the value of the item with the specified name.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public string this[
	string name
] { get; set; }

Parameters

name  String
Name to get the value for.

Return Value

String
Value for the name, or null if not found.

See Also