Gets or sets the third line of the registrant's address as it will print on the registrant's badges and labels.

Namespace: Asi.iBO.Events
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

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

Remarks

If the supplied value is greater than 40 characters in length an error is reported.

See Also