Debtor..::..Period2Balance Property

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

Syntax


[DataMemberAttribute]
public decimal Period2Balance { get; set; }
<DataMemberAttribute> _
Public Property Period2Balance As Decimal
	Get
	Set
[DataMemberAttribute]
public:
property Decimal^ Period2Balance {
	Decimal^ get ();
	void set (Decimal^ value);
}