CustomerEmail Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the customer email.

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

Syntax

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

Field Value

The customer email.

See Also