Bagikan melalui


CustomEventsTrigger.SubjectEndsWith Property

Definition

Gets or sets the event subject must end with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to