ResponseCode Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image

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

Syntax

C#
public string ResponseCode { get; }
Visual Basic
Public ReadOnly Property ResponseCode As String
	Get
Visual C++
public:
virtual property String^ ResponseCode {
	String^ get () sealed;
}

Implements

IGatewayResponse..::..ResponseCode

See Also