[This is preliminary documentation and is subject to change.]
Shows whether the expense created by this type is billable. The values can either be "Y" or "N".
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); } |