BuildMaster SDK Reference
Version:

ReadValue(string key) Method

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

Syntax

protected string ReadValue(string key)

Parameters

key
Type: string

Key of the value to read.

Returns

Depending on the Inedo.Configuration.Sources.IConfigSource, the value of the key, null (Nothing in Visual Basic), or System.String.Empty.