NamedValueCollectionRemove Method

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

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public bool Remove(
	string name
)

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