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.12.0
Syntax
C#
public bool Remove(
	string name
)
Request Example View Source

Parameters

name  String
The name associated with a value in a name-value pair.

Return Value

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