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

Gets the group profile for the timesheet

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

Syntax

C#
public TimesheetGroupProfile GetTimesheetGroupProfile(
	int groupId
)
Visual Basic (Declaration)
Public Function GetTimesheetGroupProfile ( _
	groupId As Integer _
) As TimesheetGroupProfile
Visual C++
public:
TimesheetGroupProfile^ GetTimesheetGroupProfile(
	int groupId
)

Parameters

groupId
Type: System..::.Int32

Return Value

See Also