BuildMaster SDK Reference
Version:
WriteConfigValue(string scope, string key, string value) Method
Writes the specified value for the specified scope and key.
Syntax
public
abstract
void WriteConfigValue(string scope, string key, string value)
Parameters
- scope
- Type: string
Scope of the configuration value.
- key
- Type: string
Key of the configuration value.
- value
- Type: string
Value to write to the specified scope and key.