BuildMaster SDK Reference
Version:

ReadConfigValue(string scope, string key) Method

Returns the value associated with the specified scope and key.

Syntax

public abstract string ReadConfigValue(string scope, string key)

Parameters

scope
Type: string

Scope of the configuration value.

key
Type: string

Key of the configuration value.

Returns

Value of the specified key in the specified scope.