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.3.0

Syntax

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

See Also