ManagedAssetMaintenanceSchedules Property |
Namespace:
Aloe.EnterpriseOne.Model.Applications.AssetManagement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<ManagedAssetMaintenanceSchedule> MaintenanceSchedules { get; }
Public ReadOnly Property MaintenanceSchedules As ChildCollection(Of ManagedAssetMaintenanceSchedule)
Get
public:
property ChildCollection<ManagedAssetMaintenanceSchedule^>^ MaintenanceSchedules {
ChildCollection<ManagedAssetMaintenanceSchedule^>^ get ();
}
member MaintenanceSchedules : ChildCollection<ManagedAssetMaintenanceSchedule> with get
Property Value
Type:
ChildCollectionManagedAssetMaintenanceSchedule
See Also