VehicleMaintenanceProfile Property |
When not null, specifies, that the vehicle should be maintained according to the specified profile. Assigning a profile creates plan assignments for the vehicle. Ultimately, the specific plan assignments are taken into consideration, when planning vehicle maintenance. The profile is only for conveniently assigning multiple plans. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Fleet
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic MaintenanceProfile MaintenanceProfile { get; set; }
Public Property MaintenanceProfile As MaintenanceProfile
Get
Set
public:
property MaintenanceProfile^ MaintenanceProfile {
MaintenanceProfile^ get ();
void set (MaintenanceProfile^ value);
}
member MaintenanceProfile : MaintenanceProfile with get, set
Property Value
Type:
MaintenanceProfile
See Also