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

Sets the expense user profile

Namespace:  OfficeClip.DBLayer.Framework
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public int SetExpenseUserProfile(
	int userId,
	int groupId,
	ExpenseUserProfile tp
)
Visual Basic (Declaration)
Public Function SetExpenseUserProfile ( _
	userId As Integer, _
	groupId As Integer, _
	tp As ExpenseUserProfile _
) As Integer
Visual C++
public:
int SetExpenseUserProfile(
	int userId, 
	int groupId, 
	ExpenseUserProfile^ tp
)

Parameters

userId
Type: System..::.Int32
groupId
Type: System..::.Int32
tp
Type: OfficeClip.BusinessLayer.Framework.Profile..::.ExpenseUserProfile

Return Value

See Also