BuildMaster SDK Reference
Version:

WriteValue(string key, string value) Method

Writes the value for the specified key using the Inedo.Configuration.Sources.IConfigSource returned from GetConfigSource.

Syntax

protected void WriteValue(string key, string value)

Parameters

key
Type: string

The key of the value to write.

value
Type: string

The value to write.