Share via


RecommendedAction.IsArchivedAction Property

Definition

Gets if this recommended action was suggested some time ago but user chose to ignore this and system added a new recommended action again.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isArchivedAction")]
public bool? IsArchivedAction { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isArchivedAction")>]
member this.IsArchivedAction : Nullable<bool>
Public ReadOnly Property IsArchivedAction As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to