TransifexInitSettings.

Token Property

Summary

Gets or sets the token to use when connecting to transifex.
Assembly
Cake.Transifex.dll
Namespace
Cake.Transifex
Containing Type
TransifexInitSettings

Syntax

public string Token { get; set; }

Remarks

Can not be used at the same time as setting the Username or Password parameter.

Value

Type Description
string

See Also