Address 1 of lead (User submitting the form)

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

Syntax

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

See Also