IRewriteStep.ImplementsPreconditionVerification Property

Definition

If a precondition verification is implemented, that verification is executed prior to executing anything else. If the verification fails, nothing further is executed and the rewrite step is terminated.

public bool ImplementsPreconditionVerification { get; }
member this.ImplementsPreconditionVerification : bool
Public ReadOnly Property ImplementsPreconditionVerification As Boolean

Property Value

Boolean

Applies to