Condividi tramite


RestResponseRegex.Matches Property

Definition

Gets or sets the list of regular expressions.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to