Key.deleteValue

Deletes the named value.

class Key
void
deleteValue
(
string name
)

Parameters

name string

The name of the value to delete. May not be null.

Throws

If a value of the requested name is not found, RegistryException is thrown.

Meta