The name of the task. For example "Scan" for the Scan automatic task, or "Translate" for a translation manual task.

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 string Name { get; internal set; }
Visual Basic
Public Property Name As String
	Get
	Friend Set
Visual C++
public:
property String^ Name {
	String^ get ();
	internal: void set (String^ value);
}

See Also