Share via


CorrelationFilter.RequiresPreprocessing Property

Definition

Gets or sets value that indicates whether the rule action requires preprocessing.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to