DebtorTransaction..::..DebtorID Property

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

Syntax


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