[This is preliminary documentation and is subject to change.]
the list of expense Comments.
Namespace:
OfficeClip.BusinessLayer.TEAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public ArrayList ExpenseComments { get; set; } |
Visual Basic (Declaration) |
---|
Public Property ExpenseComments As ArrayList |
Visual C++ |
---|
public: property ArrayList^ ExpenseComments { ArrayList^ get (); void set (ArrayList^ value); } |