RecommendedAction.IsRevertableAction Property

Definition

Gets if changes applied by this recommended action can be reverted by user

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to