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.3.0

Syntax

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

See Also