Sets the Result property

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

Syntax

C#
protected void SetResult(
	string result
)
Visual Basic (Declaration)
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