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.2.0

Syntax

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

See Also