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

Shows if in a particular task, modifying billability is allowed.

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

Syntax

C#
public string IsAllowBillable(
	int taskId
)
Visual Basic (Declaration)
Public Function IsAllowBillable ( _
	taskId As Integer _
) As String
Visual C++
public:
String^ IsAllowBillable(
	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