NamedValueCollectionItem(String) Property
Gets the value of the item with the specified name.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
public string this[
string name
] { get; set; }
- name String
- Name to get the value for.
StringValue for the name, or null if not found.