[This is preliminary documentation and is subject to change.]
            Shows if the timesheet task is billable. Valid values as "Y" (for billable)
            and "N" (for non-billable).
            
    Namespace: 
   OfficeClip.BusinessLayer.TEAssembly: 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); }  | 
