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

Syntax

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

Remarks

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

See Also