Month..::..TotalBudgetUnits Property

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

Syntax


public decimal TotalBudgetUnits { get; set; }
Public Property TotalBudgetUnits As Decimal
	Get
	Set
public:
property Decimal^ TotalBudgetUnits {
	Decimal^ get ();
	void set (Decimal^ value);
}