MaintenanceProfileIsActive Property |
True if the profile is active and can be assigned to vehicles. However, if a profile is already assigned to a vehicle, it will still work even if it is de-activated. [Required] [Default(true)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Fleet
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsActive { get; set; }
Public Property IsActive As Boolean
Get
Set
public:
property bool IsActive {
bool get ();
void set (bool value);
}
member IsActive : bool with get, set
Property Value
Type:
Boolean
See Also