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