IRewriteStep.ImplementsPreconditionVerification Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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