Gets the total revenue for this CFunction object. This is LTD_INCOME in the Product_Inventory table.

Namespace:  Asi.iBO.Events
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public double TotalRevenue { get; }
Visual Basic (Declaration)
Public ReadOnly Property TotalRevenue As Double
Visual C++
public:
property double TotalRevenue {
	double get ();
}

See Also