ConnectionMonitorTestGroup.TestConfigurations Property

Definition

Gets or sets list of test configuration names.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to