Click or drag to resize
Task Scheduler Managed Class Library

NamedValueCollectionRemove Method

Removes the name-value pair with the specified key from the collection.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public bool Remove(
	string name
)
Request Example View Source

Parameters

name
Type: SystemString
The name associated with a value in a name-value pair.

Return Value

Type: Boolean
true if item successfully removed; false otherwise.
See Also