ShippingAddress..::..AddressLine3 Property

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

Syntax


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