[This is preliminary documentation and is subject to change.]
The Reimbursed Amount for the ExpenseSheet
Namespace:
OfficeClip.BusinessLayer.TEAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public float TotalReimbursed { get; set; } |
Visual Basic (Declaration) |
---|
Public Property TotalReimbursed As Single |
Visual C++ |
---|
public: property float TotalReimbursed { float get (); void set (float value); } |