Click or drag to resize

TechnicalDataGroupDTOtechnicalData Property

OFV Kjøretøydata service

List of technical data

Eg. color, seats, lights etc. etc.

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

Property Value

Type: ListTechnicalDataDTO
The technical data in group.
See Also