Share via


RecommendedAction.IsExecutableAction Property

Definition

Gets if this recommended action is actionable by user

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to