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