RecommendationInner.Enabled Property

Definition

Gets or sets true if this recommendation is still valid (i.e. "actionable"). False if it is invalid.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enabled")]
public int? Enabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enabled")>]
member this.Enabled : Nullable<int> with get, set
Public Property Enabled As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to