RelayResponse Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the relay response.

Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0

Syntax

C#
public string RelayResponse { get; set; }
Visual Basic
Public Property RelayResponse As String
	Get
	Set
Visual C++
public:
virtual property String^ RelayResponse {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Field Value

The relay response.

Implements

IGatewayRequest..::..RelayResponse

See Also