Customer.email Property

JustinBack

Customeremail Property

Gets or sets the email 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 email.
See Also