CardResponseCode Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the card response code.

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

Syntax

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

Field Value

The card response code.

See Also