ShippingAddress..::..AddressLine5 Property

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

Syntax


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