Condividi tramite


ICorrelationFilter.RequiresPreprocessing Property

Definition

Value that indicates whether the rule action requires preprocessing.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Create=true, Description="Value that indicates whether the rule action requires preprocessing.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="requiresPreprocessing", Update=true)]
public bool? RequiresPreprocessing { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Create=true, Description="Value that indicates whether the rule action requires preprocessing.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="requiresPreprocessing", Update=true)>]
member this.RequiresPreprocessing : Nullable<bool> with get, set
Public Property RequiresPreprocessing As Nullable(Of Boolean)

Property Value

Attributes

Applies to