Click or drag to resize

ManagedAssetTypeMaintenanceTypeDefaultScheduleMonths Property

Specifies the number of months between two maintenances. When not null, this schedule is taken with priority related to the general maintenance type schedule. null means that there is no default schedule in months.

Namespace:  Aloe.EnterpriseOne.Model.Applications.AssetManagement
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Nullable<int> DefaultScheduleMonths { get; set; }

Property Value

Type: NullableInt32
See Also