Share via


EventSubscription.FilterIsSubjectCaseSensitive Property

Definition

Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter should be compared in a case sensitive manner.

[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Origin(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PropertyOrigin.Inlined)]
public bool? FilterIsSubjectCaseSensitive { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Origin(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PropertyOrigin.Inlined)>]
member this.FilterIsSubjectCaseSensitive : Nullable<bool> with get, set
Public Property FilterIsSubjectCaseSensitive As Nullable(Of Boolean)

Property Value

Implements

Attributes

Applies to