 | 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
Syntaxpublic bool Remove(
string name
)
Public Function Remove (
name As String
) As Boolean
public:
virtual bool Remove(
String^ name
) sealed
Request Example
View SourceParameters
- name
- Type: SystemString
The name associated with a value in a name-value pair.
Return Value
Type:
Booleantrue if item successfully removed;
false otherwise.
See Also