次の方法で共有


Action.IsTopAction プロパティ

定義

この結果が最上位のアクションであるかどうかを表すブール型 (Boolean) の値を取得します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象