[This is preliminary documentation and is subject to change.]
            Shows whether modifications are allowed on the billable option for the expenses created using
            this type.
            
    Namespace: 
   OfficeClip.BusinessLayer.TEAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public string AllowBillableModify { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property AllowBillableModify As String  | 
| Visual C++ | 
|---|
public: property String^ AllowBillableModify { String^ get (); void set (String^ value); }  | 
