Gets or sets an indication of whether address lines should be validated to a longer or shorter length.

Namespace:  Asi.iBO.ContactManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public bool ValidateLongAddressLines { get; set; }
Visual Basic (Declaration)
Public Property ValidateLongAddressLines As Boolean
Visual C++
public:
property bool ValidateLongAddressLines {
	bool get ();
	void set (bool value);
}

Remarks

Set the value to true to have Address1, Address2, and Address3 setters validate to a longer (50 character) length. Otherwise, a maximum length of 40 characters is used.

See Also