Gets or sets whether to remove any automated translation provider reference from the translation provider configurations that are included in the package.

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

Syntax

C#
public bool RemoveAutomatedTranslationProviders { get; set; }
Visual Basic
Public Property RemoveAutomatedTranslationProviders As Boolean
	Get
	Set
Visual C++
public:
property bool RemoveAutomatedTranslationProviders {
	bool get ();
	void set (bool value);
}

See Also