Skip to content

P_CodeJam_PerfTests_Configs_ManualCompetitionConfig_AllowDebugBuilds

andrewvk edited this page Nov 8, 2016 · 2 revisions

ManualCompetitionConfig.AllowDebugBuilds Property

Allow debug builds to be used in competitions.

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

Syntax

C#

public bool AllowDebugBuilds { get; set; }

VB

Public Property AllowDebugBuilds As Boolean
	Get
	Set

F#

abstract AllowDebugBuilds : bool with get, set
override AllowDebugBuilds : bool with get, set

Property Value

Type: Boolean
true if debug builds allowed; otherwise, false.

Implements

ICompetitionConfig.AllowDebugBuilds

See Also

Reference

ManualCompetitionConfig Class
CodeJam.PerfTests.Configs Namespace

Clone this wiki locally