[This is preliminary documentation and is subject to change.]
Gets the expense types for an expense type id.
Namespace:
OfficeClip.DBLayer.TEAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# |
|---|
public string GetExpenseTypeById( int expenseTypeId ) |
| Visual Basic (Declaration) |
|---|
Public Function GetExpenseTypeById ( _ expenseTypeId As Integer _ ) As String |
| Visual C++ |
|---|
public: String^ GetExpenseTypeById( int expenseTypeId ) |
Parameters
- expenseTypeId
- Type: System..::.Int32
Expense Type Id
