Summary
Gets the value of the key.
- Namespace
- Cake
.Core .IO - Containing Type
- IRegistryKey
Syntax
object GetValue(string name)
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The name of the key. |
Return Value
| Type | Description |
|---|---|
| object | The value of the key. |
