VehicleObdTroubleDiagnosticTroubleCode Property |
Standartized OBD-II diagnostic trouble code. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Fleet
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string DiagnosticTroubleCode { get; set; }
Public Property DiagnosticTroubleCode As String
Get
Set
public:
property String^ DiagnosticTroubleCode {
String^ get ();
void set (String^ value);
}
member DiagnosticTroubleCode : string with get, set
Property Value
Type:
String
See Also