Sets the Result property

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

Syntax

C#
protected void SetResult(
	string result
)
Visual Basic
Protected Sub SetResult ( _
	result As String _
)
Visual C++
protected:
void SetResult(
	String^ result
)

Parameters

result
Type: System..::..String
The result string returned from the payment processor

See Also