Property AbortIfUnsuccessful
AbortIfUnsuccessful
Gets the value that determines whether to abort the transaction
started by call to
WriteManyAsync if
this operation fails.
Declaration
public bool AbortIfUnsuccessful { get; }
Property Value
| Type | Description |
|---|---|
| Boolean | true to abort the transaction if this operation
fails, otherwise false.
|