AuthorizationCode Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Gets the authorization code.

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

Syntax

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

Field Value

The authorization code.

Implements

IGatewayResponse..::..AuthorizationCode

See Also