ShippingAddress..::..PostCode Property

Namespace:  JiwaFinancials.Jiwa.JiwaPurchaseOrders
Assembly:  JiwaPurchaseOrders (in JiwaPurchaseOrders.dll)

Syntax


public string PostCode { get; set; }
Public Property PostCode As String
	Get
	Set
public:
property String^ PostCode {
	String^ get ();
	void set (String^ value);
}