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

Gets the group profile for the punch clock

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

Syntax

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

Parameters

groupId
Type: System..::.Int32

Return Value

See Also