-
Notifications
You must be signed in to change notification settings - Fork 36
P_CodeJam_PerfTests_Configs_ManualCompetitionConfig_LogCompetitionLimits
andrewvk edited this page Nov 8, 2016
·
2 revisions
Log competition limits.
Namespace: CodeJam.PerfTests.Configs
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public bool LogCompetitionLimits { get; set; }
VB
Public Property LogCompetitionLimits As Boolean
Get
Set
F#
abstract LogCompetitionLimits : bool with get, set
override LogCompetitionLimits : bool with get, set
Type: Booleantrue
if competition limits should be logged; otherwise, false
.
ICompetitionConfig.LogCompetitionLimits
ManualCompetitionConfig Class
CodeJam.PerfTests.Configs Namespace