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

The Total Paid Amount for the ExpenseSheet

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

Syntax

C#
public float TotalPaid { get; set; }
Visual Basic (Declaration)
Public Property TotalPaid As Single
Visual C++
public:
property float TotalPaid {
	float get ();
	void set (float value);
}

See Also