Gets or sets the postal code (zip code, post code) associated with the physical address.

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

Syntax

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

Field Value

A free form text field containing the postal code (zip code, post code) associated with the physical address.

Remarks

Changes to this property will also cause the FormattedAddress property, and the Barcode property to be recalculated.

See Also