Click or drag to resize

RegistratedVehicleDTOhistory Property

OFV Kjøretøydata service

Gets or sets the history.

Namespace:  OfvService.DTO.RegNo
Assembly:  OfvVehicleData.DTO (in OfvVehicleData.DTO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public List<RegHistory> history { get; set; }

Property Value

Type: ListRegHistory
List of prior owners of the vehicle
See Also