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,int!)
WriteValue(string key, int? value) Method
Writes an Int32 value.
Syntax
protected
void
WriteValue(
string
key,
int
? value)
Parameters
key
Type: string
Key of the value to read.
value
Type: int?
Value to write.