Skip to content

P_CodeJam_PerfTests_Configs_ReadOnlyCompetitionConfig_LogCompetitionLimits

andrewvk edited this page Nov 8, 2016 · 2 revisions

ReadOnlyCompetitionConfig.LogCompetitionLimits Property

Log competition limits.

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

Syntax

C#

public bool LogCompetitionLimits { get; }

VB

Public ReadOnly Property LogCompetitionLimits As Boolean
	Get

F#

abstract LogCompetitionLimits : bool with get
override LogCompetitionLimits : bool with get

Property Value

Type: Boolean
true if competition limits should be logged; otherwise, false.

Implements

ICompetitionConfig.LogCompetitionLimits

See Also

Reference

ReadOnlyCompetitionConfig Class
CodeJam.PerfTests.Configs Namespace

Clone this wiki locally