DeliveryAddress..::..Country Property

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

Syntax


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