Partager via


BaselineAdjustedResult.ResultsOnlyInBaseline Property

Definition

Gets or sets results the are in baseline.

[Newtonsoft.Json.JsonProperty(PropertyName="resultsOnlyInBaseline")]
public System.Collections.Generic.IList<System.Collections.Generic.IList<string>> ResultsOnlyInBaseline { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="resultsOnlyInBaseline")>]
member this.ResultsOnlyInBaseline : System.Collections.Generic.IList<System.Collections.Generic.IList<string>> with get, set
Public Property ResultsOnlyInBaseline As IList(Of IList(Of String))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to