FakeConfiguration.

GetValue(string) Method

Summary

Gets the value that corresponds to the specified key.
Namespace
Cake.Testing
Containing Type
FakeConfiguration

Syntax

public string GetValue(string key)

Parameters

Name Type Description
key string The key.

Return Value

Type Description
string The value for the specified key, or null if key doesn't exists.