RecommendedAction.Score Property

Definition

Gets the impact of this recommended action. Possible values are 1 - Low impact, 2 - Medium Impact and 3 - High Impact

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to