CAVVCode Property

AuthorizeNet .NET

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

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

Syntax

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

Field Value

The CAVV code.

See Also