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

Gets all the details corresponding to a particular expense type.

Namespace:  OfficeClip.DBLayer.TE
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public ExpenseTypeInfo GetExpenseTypeInfo(
	int expenseTypeUniqueId
)
Visual Basic (Declaration)
Public Function GetExpenseTypeInfo ( _
	expenseTypeUniqueId As Integer _
) As ExpenseTypeInfo
Visual C++
public:
ExpenseTypeInfo^ GetExpenseTypeInfo(
	int expenseTypeUniqueId
)

Parameters

expenseTypeUniqueId
Type: System..::.Int32
Unique id of the expense type.

Return Value

Instance of the ExpenseTypeInfo object containing all the information for a particlar expense type. ExpenseTypeInfo

See Also