[This is preliminary documentation and is subject to change.]
Sets the group profile for the expense reports
Namespace:
OfficeClip.DBLayer.FrameworkAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public int SetExpenseGroupProfile( int groupId, ExpenseGroupProfile tp ) |
Visual Basic (Declaration) |
---|
Public Function SetExpenseGroupProfile ( _ groupId As Integer, _ tp As ExpenseGroupProfile _ ) As Integer |
Visual C++ |
---|
public: int SetExpenseGroupProfile( int groupId, ExpenseGroupProfile^ tp ) |
Parameters
- groupId
- Type: System..::.Int32