次の方法で共有


TriggerRun.Properties プロパティ

定義

トリガーの実行に関連するプロパティ名と値の一覧を取得します。 名前と値のペアは、トリガーの種類によって異なります。

[Newtonsoft.Json.JsonProperty(PropertyName="properties")]
public System.Collections.Generic.IDictionary<string,string> Properties { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties")>]
member this.Properties : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Properties As IDictionary(Of String, String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象