Bagikan melalui


CustomEventsTrigger.SubjectBeginsWith Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to