Compartir a través de


EventSubscriptionFilter.IsSubjectCaseSensitive Propiedad

Definición

Obtiene o establece especifica si las propiedades SubjectBeginsWith y SubjectEndsWith del filtro se deben comparar de una manera que distingue mayúsculas de minúsculas.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a