次の方法で共有


ConnectionStateSnapshot.EvaluationState プロパティ

定義

接続分析の評価状態を取得または設定します。 指定できる値は、'NotStarted'、'InProgress'、'Completed' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象