Share via


EventSubscriptionFilter.IsSubjectCaseSensitive Property

Definition

Gets or sets specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter should be compared in a case sensitive manner.

[Newtonsoft.Json.JsonProperty(PropertyName="isSubjectCaseSensitive")]
public bool? IsSubjectCaseSensitive { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isSubjectCaseSensitive")>]
member this.IsSubjectCaseSensitive : Nullable<bool> with get, set
Public Property IsSubjectCaseSensitive As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to