[This is preliminary documentation and is subject to change.]
            Finds if the change expense billable is allowed.
            
    Namespace: 
   OfficeClip.BusinessLayer.TEAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public string IsAllowBillable( int expenseTypeId )  | 
| Visual Basic (Declaration) | 
|---|
Public Function IsAllowBillable ( _ expenseTypeId As Integer _ ) As String  | 
| Visual C++ | 
|---|
public: String^ IsAllowBillable( int expenseTypeId )  | 
Parameters
- expenseTypeId
 - Type: System..::.Int32
The expense type identifier. 
