DebtorTransaction..::..Source Property

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

Syntax


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