Skip to content

P_CodeJam_PerfTests_Running_Core_AppConfigOptions_IgnoreExistingAnnotations

andrewvk edited this page Nov 8, 2016 · 2 revisions

AppConfigOptions.IgnoreExistingAnnotations Property

Enables IgnoreExistingAnnotations option. If set to true the PreviousRunLogUri value will be ignored.

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

Syntax

C#

public bool IgnoreExistingAnnotations { get; set; }

VB

Public Property IgnoreExistingAnnotations As Boolean
	Get
	Set

F#

member IgnoreExistingAnnotations : bool with get, set

Property Value

Type: Boolean
true if IgnoreExistingAnnotations should be enabled.

See Also

Reference

AppConfigOptions Class
CodeJam.PerfTests.Running.Core Namespace

Clone this wiki locally