ShiftGroupShifts Property |
Array of Shifts
Namespace: AMG.API.Definitions.ShiftsAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Shift[] Shifts { get; set; }
Public Property Shifts As Shift()
Get
Set
public:
property array<Shift^>^ Shifts {
array<Shift^>^ get ();
void set (array<Shift^>^ value);
}
member Shifts : Shift[] with get, set
Property Value
Type:
ShiftSee Also