次の方法で共有


WorkflowTriggerHistory.Fired プロパティ

定義

トリガーが発生したかどうかを示す値を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象