Share via


Rule.FilterType Property

Definition

Gets or sets filter type that is evaluated against a BrokeredMessage. Possible values include: 'SqlFilter', 'CorrelationFilter'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to