 | 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.12.0
Syntaxpublic bool Remove(
string name
)
Request Example
View SourceParameters
- name String
- The name associated with a value in a name-value pair.
Return Value
Booleantrue if item successfully removed;
false otherwise.
See Also