次の方法で共有


RestResponseRegex.Matches プロパティ

定義

正規表現の一覧を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象