ShiftLunchesAndBreaks Property |
Array of Lunch/Break configuration items
Namespace: AMG.API.Definitions.ShiftsAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public LunchBreak[] LunchesAndBreaks { get; set; }
Public Property LunchesAndBreaks As LunchBreak()
Get
Set
public:
property array<LunchBreak^>^ LunchesAndBreaks {
array<LunchBreak^>^ get ();
void set (array<LunchBreak^>^ value);
}
member LunchesAndBreaks : LunchBreak[] with get, set
Property Value
Type:
LunchBreakSee Also