docs.inedo.com →
inedo.com →
BuildMaster SDK Reference
Version:
5.6.0
5.5.0
5.3.0
5.2
5.1
5.0
4.9
BuildMaster SDK
Inedo.Configuration
Config
WriteValue(string,bool!)
WriteValue(string key, bool? value) Method
Writes a boolean value.
Syntax
protected
void
WriteValue(
string
key,
bool
? value)
Parameters
key
Type: string
Key of the value to read.
value
Type: bool?
Value to write.