AuthorizationCode Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the authorization code.

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

Syntax

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

Field Value

The authorization code.

See Also