 | CommonVehicleDescriptorTypeInspectionOdometer Property |
An optional text representation of the odometer reading of the vehicle sold at the time of inspection.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string InspectionOdometer { get; set; }
Public Property InspectionOdometer As String
Get
Set
function get InspectionOdometer () : String
function set InspectionOdometer (value : String)
function get_InspectionOdometer();
function set_InspectionOdometer(value);
Property Value
Type:
String
See Also