ShippingAddress..::..AddressLine1 Property

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

Syntax


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