共用方式為


Evaluate.Result Property

Definition

Gets or sets 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to