The RollbackFailure property specifies whether to roll back a step if there is a failure.
Step Object |
object.RollbackFailure [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Whether to roll back a step |
Boolean
Read/write
HRESULT GetRollbackFailure(VARIANT_BOOL *pRetVal);
HRESULT SetRollbackFailure(VARIANT_BOOL NewValue);