MaintenanceOrderLineMaintenanceType Property |
The type of maintenance performed. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.AssetManagement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic MaintenanceType MaintenanceType { get; set; }
Public Property MaintenanceType As MaintenanceType
Get
Set
public:
property MaintenanceType^ MaintenanceType {
MaintenanceType^ get ();
void set (MaintenanceType^ value);
}
member MaintenanceType : MaintenanceType with get, set
Property Value
Type:
MaintenanceType
See Also