The email address of the lead (Person submitting the form)

Namespace: CWS.Common.BuilderLeadSubmit
Assembly: BuilderLeadSubmit (in BuilderLeadSubmit.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also