Share via


Action.IsTopAction Property

Definition

Gets a Boolean representing whether this result is the top action.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to