Skip to content

P_CodeJam_PerfTests_Configs_ReadOnlyCompetitionConfig_ReportWarningsAsErrors

andrewvk edited this page Nov 8, 2016 · 2 revisions

ReadOnlyCompetitionConfig.ReportWarningsAsErrors Property

Report warnings as errors.

Namespace: CodeJam.PerfTests.Configs
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public bool ReportWarningsAsErrors { get; }

VB

Public ReadOnly Property ReportWarningsAsErrors As Boolean
	Get

F#

abstract ReportWarningsAsErrors : bool with get
override ReportWarningsAsErrors : bool with get

Property Value

Type: Boolean
true if competition warnings should be reported as errors; otherwise, false.

Implements

ICompetitionConfig.ReportWarningsAsErrors

See Also

Reference

ReadOnlyCompetitionConfig Class
CodeJam.PerfTests.Configs Namespace

Clone this wiki locally