We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Allow debug builds to be used in competitions.
Namespace: CodeJam.PerfTests.ConfigsAssembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
bool AllowDebugBuilds { get; }
VB
ReadOnly Property AllowDebugBuilds As Boolean Get
F#
abstract AllowDebugBuilds : bool with get
Type: Booleantrue if debug builds allowed; otherwise, false.
true
false
ICompetitionConfig InterfaceCodeJam.PerfTests.Configs Namespace