TransifexInitSettings.

Password Property

Summary

Gets or sets the password for the user when connecting to transifex.
Assembly
Cake.Transifex.dll
Namespace
Cake.Transifex
Containing Type
TransifexInitSettings

Syntax

public string Password { get; set; }

Remarks

Can not be used together with the Token parameter.

Value

Type Description
string

See Also