Delen via


Baseline.ExpectedResults Property

Definition

Gets or sets expected results.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to