次の方法で共有


CustomEventsTrigger.Events プロパティ

定義

このトリガーが起動する原因となるイベントの種類の一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.events")]
public System.Collections.Generic.IList<object> Events { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.events")>]
member this.Events : System.Collections.Generic.IList<obj> with get, set
Public Property Events As IList(Of Object)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象