CustomerResult.email Property

JustinBack

CustomerResultemail Property

Gets or sets the e-mail of the customer.

Namespace:  JustinBack
Assembly:  JBLicense.ACPU (in JBLicense.ACPU.dll) Version: 1.0.0.7
Syntax
public string email { get; set; }
Public Property email As String
	Get
	Set
public:
property String^ email {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String
The e mail.
See Also