[This is preliminary documentation and is subject to change.]

Gets the total billable Amount for the expense items on the expense object.

Namespace:  OfficeClip.BusinessLayer.TE
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public double GetBillableAmount()
Visual Basic (Declaration)
Public Function GetBillableAmount As Double
Visual C++
public:
double GetBillableAmount()

Return Value

The total Amount that is assigned as billable.

See Also