NamedValueCollectionRemove Method
Removes the name-value pair with the specified key from the collection.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
public bool Remove(
string name
)
- name String
- The name associated with a value in a name-value pair.
Booleantrue if item successfully removed;
false otherwise.