次の方法で共有


RecommendedAction.Score プロパティ

定義

この推奨されるアクションの影響を取得します。 使用可能な値は、1 - 低影響、2 - 中程度の影響、3 - 高影響です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.score")]
public int? Score { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.score")>]
member this.Score : Nullable<int>
Public ReadOnly Property Score As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象