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

Gets the total non-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 GetNonBillableAmount()
Visual Basic (Declaration)
Public Function GetNonBillableAmount As Double
Visual C++
public:
double GetNonBillableAmount()

Return Value

The total Amount that is assigned as non-billable.

See Also