TimecardLineAutoLunchesBreaks Property |
Automatic lunches/breaks contained in the time card.
Namespace: AMG.API.TimecardAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public AutomaticLunchBreak[] AutoLunchesBreaks { get; set; }
Public Property AutoLunchesBreaks As AutomaticLunchBreak()
Get
Set
public:
property array<AutomaticLunchBreak^>^ AutoLunchesBreaks {
array<AutomaticLunchBreak^>^ get ();
void set (array<AutomaticLunchBreak^>^ value);
}
member AutoLunchesBreaks : AutomaticLunchBreak[] with get, set
Property Value
Type:
AutomaticLunchBreakSee Also