Sets the IsSuccess property

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
protected void SetIsSuccess(
	bool isSuccess
)
Visual Basic
Protected Sub SetIsSuccess ( _
	isSuccess As Boolean _
)
Visual C++
protected:
void SetIsSuccess(
	bool isSuccess
)

Parameters

isSuccess
Type: System..::..Boolean
An indication of whether or not the transaction was successful

See Also