次の方法で共有


TestRouteResult.Result プロパティ

定義

テスト ルートの結果を取得または設定します。 指定できる値は、'undefined'、'false'、'true' です。

[Newtonsoft.Json.JsonProperty(PropertyName="result")]
public string Result { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="result")>]
member this.Result : string with get, set
Public Property Result As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象