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

Shows if a particular task is billable.

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

Syntax

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

Parameters

taskId
Type: System..::.Int32
The unique identifier for a task.

Return Value

"Y" if the task is billable, "N" otherwise.

See Also