SalesQuoteHistory..::..DeliveryAddressCountry Property

Namespace:  JiwaFinancials.Jiwa.JiwaSales.SalesQuote
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


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