This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Transifex.
Summary
Stores the specified value with the specified key.
- Assembly
- Cake
.Transifex .dll - Namespace
- Cake
.Transifex - Containing Type
- Transifex
Runner Settings
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 |
