次の方法で共有


CustomEventsTrigger.SubjectEndsWith プロパティ

定義

トリガーを起動するために指定されたパターンで終了する必要があるイベントの件名を取得または設定します。 subjectBeginsWith、subjectEndsWith の少なくとも 1 つを指定する必要があります。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.subjectEndsWith")]
public string SubjectEndsWith { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.subjectEndsWith")>]
member this.SubjectEndsWith : string with get, set
Public Property SubjectEndsWith As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象