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

Syntax

C#
public string PostalCode { get; set; }
Visual Basic
Public Property PostalCode As String
	Get
	Set
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