Condividi tramite


IAction.RequiresPreprocessing Property

Definition

Value that indicates whether the rule action requires preprocessing.

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

Property Value

Attributes

Applies to