Method SetBootConfigValue
SetBootConfigValue(string, string)
Method for setting a specific boot config option, given the key and the string value to store.
Declaration
public bool SetBootConfigValue(string key, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | Key of the value to be stored |
| string | value | String value to write to the key |
Returns
| Type | Description |
|---|---|
| bool | True if we are able to set the config value, otherwise returns false |