CashSale..::..Address1 Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Entities.ServiceManager
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


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