TransifexRunnerSettings.

SetValue(string, object) Method

Summary

Stores the specified value with the specified key.
Assembly
Cake.Transifex.dll
Namespace
Cake.Transifex
Containing Type
TransifexRunnerSettings

Syntax

protected void SetValue(string key, object value)

Parameters

Name Type Description
key string The key to use when staring the value.
value object The value to store.

Return Value

Type Description
void