Gets the US Postal Service Barcode representation of the ship-to address's ZIP or ZIP+4

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string Barcode { get; }
Visual Basic
Public ReadOnly Property Barcode As String
	Get
Visual C++
public:
property String^ Barcode {
	String^ get ();
}

Remarks

The value is automatically calculated whenever the PostalCode, Country or DeliveryPointBarcode property changes.

See Also