The factor by which the length of pseudo-translated content will differ to the source content. For example 1.3 would mean the pseudo-translations would be 30% longer than the source text.

Namespace: Sdl.ProjectAutomation.Settings
Assembly: Sdl.ProjectAutomation.Settings (in Sdl.ProjectAutomation.Settings.dll) Version: 1.0.0.0 (1.2.3064.0)

Syntax

C#
public Setting<double> ExpansionLimit { get; }
Visual Basic
Public ReadOnly Property ExpansionLimit As Setting(Of Double)
	Get
Visual C++
public:
property Setting<double>^ ExpansionLimit {
	Setting<double>^ get ();
}

See Also