Gets the setting that flags whether a report should be generated. Default: true.

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<bool> CreateReport { get; }
Visual Basic
Public ReadOnly Property CreateReport As Setting(Of Boolean)
	Get
Visual C++
public:
property Setting<bool>^ CreateReport {
	Setting<bool>^ get ();
}

See Also