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

Finds if the expense type is billable.

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

Syntax

C#
public string IsBillable(
	int expenseTypeId
)
Visual Basic (Declaration)
Public Function IsBillable ( _
	expenseTypeId As Integer _
) As String
Visual C++
public:
String^ IsBillable(
	int expenseTypeId
)

Parameters

expenseTypeId
Type: System..::.Int32
The expense type identifier.

Return Value

"Y" if the expense type is billable, "F" otherwise.

See Also