TimecardLineStopPunch Property |
Stop transaction of time card
Namespace: AMG.API.TimecardAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Punch StopPunch { get; set; }
Public Property StopPunch As Punch
Get
Set
public:
property Punch^ StopPunch {
Punch^ get ();
void set (Punch^ value);
}
member StopPunch : Punch with get, set
Property Value
Type:
PunchSee Also