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

Shows if the task associated with the timesheet detail is billable. Valid values are "Y" and "N"

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

Syntax

C#
public string IsBillable { get; set; }
Visual Basic (Declaration)
Public Property IsBillable As String
Visual C++
public:
property String^ IsBillable {
	String^ get ();
	void set (String^ value);
}

See Also