Evaluate.Result プロパティ

定義

評価結果を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="Result")]
public bool? Result { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="Result")>]
member this.Result : Nullable<bool> with get, set
Public Property Result As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象