Debtor..::..Period3Balance Property

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

Syntax


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