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

shows if the billable option is allowed to be modified on the screen. Valid values are "Y" (modification allowed) or "N" (modification not allowed.

Namespace:  OfficeClip.BusinessLayer.TE
Assembly:  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);
}

See Also