Gets an indication of whether or not the transaction was successful

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

Syntax

C#
public bool IsSuccess { get; }
Visual Basic
Public ReadOnly Property IsSuccess As Boolean
	Get
Visual C++
public:
property bool IsSuccess {
	bool get ();
}

See Also