ActivityBudget..::..BudgetedBillingValue Property

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

Syntax


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