If set to anything other than the empty string, it means the address is "bad". The value indicates what is wrong with the address. A list of possible values can be found in BadAddressReasons.

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

Syntax

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

See Also