Namespace:
Aloe.EnterpriseOne.Model.Production.Resources
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<WorkgroupShift> Shifts { get; }
Public ReadOnly Property Shifts As ChildCollection(Of WorkgroupShift)
Get
public:
property ChildCollection<WorkgroupShift^>^ Shifts {
ChildCollection<WorkgroupShift^>^ get ();
}
member Shifts : ChildCollection<WorkgroupShift> with get
Property Value
Type:
ChildCollectionWorkgroupShift
See Also