VehicleObdTroubleManufacturerTroubleCode Property |
Non-standard manufacturer-specific trouble code. null when it is not available.
Namespace:
Aloe.EnterpriseOne.Model.Applications.Fleet
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string ManufacturerTroubleCode { get; set; }
Public Property ManufacturerTroubleCode As String
Get
Set
public:
property String^ ManufacturerTroubleCode {
String^ get ();
void set (String^ value);
}
member ManufacturerTroubleCode : string with get, set
Property Value
Type:
String
See Also