RecommendedActionProperties.IsArchivedAction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. Gets if this recommended action was already suggested some time ago but user chose to ignore this and System recommends again.
public bool? IsArchivedAction { get; set; }
member this.IsArchivedAction : Nullable<bool> with get, set
Public Property IsArchivedAction As Nullable(Of Boolean)