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

Gets the expense types for an expense type id.

Namespace:  OfficeClip.DBLayer.TE
Assembly:  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

Return Value

Expense type for an expense type id if found, empty string otherwise.

See Also