Gets the result string returned from the payment processor

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

Syntax

C#
public string Result { get; }
Visual Basic (Declaration)
Public ReadOnly Property Result As String
Visual C++
public:
property String^ Result {
	String^ get ();
}

See Also