DebtorTransaction..::..BatchNo Property

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

Syntax


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